From c8a232f53ee4c9e8eb5536cf8b0b847c095629ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Thu, 18 May 2023 00:42:52 +0000 Subject: [PATCH] Update CONTRIBUTING.md to 100 line-length limit (and grammar) [skip ci] --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 099ef6b03509b..c494779c684e5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -320,8 +320,8 @@ please remove the `backport-X.Y` tag from the originating pull request for the c - use whitespace to make the code more readable - no whitespace at the end of a line (trailing whitespace) - comments are good, especially when they explain the algorithm - - try to adhere to a 92 character line length limit - - use upper camel case convention for modules, type names + - try to adhere to a 100 character line-length limit + - use upper camel case convention for modules and type names - use lower case with underscores for method names - it is generally preferred to use ASCII operators and identifiers over Unicode equivalents whenever possible