From 5dccefdc825d7a7dfcdebb1af6eb29e184e93d7f Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 15 Oct 2024 22:15:43 -0400 Subject: [PATCH] CONTRIBUTING.rst: Update for 120 column limit Commit a1fbf1015f40 updated .clang-format and existing code for 120 columns, so change Coding Guidelines to match. --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 9bd10b7ed..60d0a2385 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -54,7 +54,7 @@ Coding Guidelines - Tabs for indentation, spaces for alignment. Tabs are treated as 8 columns wide. -- 80 columns max +- 120 columns max - Comments and names of variables/functions/etc. must be in English