From ed437d9b054630926afaf80363090e872bb20fa8 Mon Sep 17 00:00:00 2001 From: "jazz (gitea)" Date: Mon, 9 Mar 2026 13:26:51 -0500 Subject: [PATCH] ugh 2 --- STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STYLE.md b/STYLE.md index ae347fc..8efbbcf 100644 --- a/STYLE.md +++ b/STYLE.md @@ -37,7 +37,7 @@ I recommend skimming over these for inspiration. - return type goes on its own line, - function name() is on a line below that, and - open bracket `{` after that. - - `for`, `if`, `while`, etc. statements that only contain one line + - no brackets on `for`, `if`, `while`, etc. statements that only contain one line - Use `/* comments */` for permanent comments, `// comments` for temporary ones e.g. `TODO`'s or notices - **Try to make every line 100 characters wide or less.** - Start source files as `.cc` straight away, even if they're pure **C**.