summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-25 13:37:22 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-25 13:37:22 +0800
commitd0ee9ffb7e9066f81642a308f655f6da416540cf (patch)
treeaf974f1bb5fe24dc0a9d07d6ca592af03c7d5b9a /content
parentforge: todo.sr.ht (diff)
downloadwebsite-d0ee9ffb7e9066f81642a308f655f6da416540cf.tar.gz
website-d0ee9ffb7e9066f81642a308f655f6da416540cf.tar.zst
website-d0ee9ffb7e9066f81642a308f655f6da416540cf.zip
Remove old code style guide
Diffstat (limited to 'content')
-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`.