From 6cb507f4fa6530835ad33c7666575903a40e6af1 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Sun, 21 Dec 2025 18:57:42 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a9b5a11..b80de22 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,6 +49,7 @@ Watch out for legacy OS compatibility. Currently, the minimum support floor is W ### Code style requirements * Indents are four spaces. +* Try to keep under 100 characters per line. This includes comments and string literals. * Always use \{ curly braces \} when appropriate; do not omit them even when it's optional; such as `for` `if` `else`, etc. OK: