From 5edc85aa389c9dbb78bae21bc007b364956eddf7 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 19 Mar 2025 12:03:55 +0800 Subject: [PATCH] Remove old style guide --- README.md | 9 --------- diff --git a/README.md b/README.md index b82e1287efa8d6546837bf9955a1e21a75c7f69a..4ac93cb377359bdf9de699ed80da517522fbf0b5 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,3 @@ * [SourceHut](https://git.sr.ht/~runxiyu/forge/) * [Codeberg](https://codeberg.org/lindenii/forge/) * [GitHub](https://github.com/runxiyu/forge/) -## Code style - -We follow the Lindenii Project's general code style, which has a few important -deviations from what most people may be used to: - -* We used tabs for indentation everywhere (Go, C, HTML, CSS, JS, SQL, etc.) -* All names are in `snake_case`; exported identifiers in Go use - `Capitalized_snake_case`. Type identifiers end with `_t`. -* We avoid `:=` in Go, and prefer to use `var`. -- 2.48.1