From a9ed43b230876f38c3a21f05f9a9af4ae05bc119 Mon Sep 17 00:00:00 2001 From: "jazz (gitea)" Date: Mon, 9 Mar 2026 12:54:36 -0500 Subject: [PATCH] update STYLE.md --- STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STYLE.md b/STYLE.md index fac966f..dfc3333 100644 --- a/STYLE.md +++ b/STYLE.md @@ -39,7 +39,7 @@ I recommend skimming over these for inspiration. - open bracket `{` after that. - `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 120 characters wide or less.** +- **Try to make every line 100 characters wide or less.** - Start source files as `.cc` straight away, even if they're pure **C**. ### C++-specific guidelines