From 3ef5099b3c15be813ebde724ccdaae18b2a0dfe2 Mon Sep 17 00:00:00 2001 From: Jose Martins Date: Fri, 27 Oct 2023 19:14:41 +0100 Subject: [PATCH] update: .clang-fomat column limit to 100 Signed-off-by: Jose Martins --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 6aa6238..10d63cb 100644 --- a/.clang-format +++ b/.clang-format @@ -42,7 +42,7 @@ BreakBeforeBinaryOperators: None BreakBeforeTernaryOperators: false BreakBeforeInlineASMColon: Never BreakStringLiterals: true -ColumnLimit: 80 +ColumnLimit: 100 ContinuationIndentWidth: 4 DerivePointerAlignment: false DisableFormat: false