summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/forge/_index.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/content/forge/_index.md b/content/forge/_index.md
index db5946f..4998133 100644
--- a/content/forge/_index.md
+++ b/content/forge/_index.md
@@ -162,12 +162,3 @@ The forge software serves its own source at `/:/source/`.
* [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`.