From 05a4fde2e702241aecd7d09f66593cecead32bba Mon Sep 17 00:00:00 2001 From: Karl Date: Fri, 30 Apr 2021 22:40:27 +0200 Subject: [PATCH] Increase column width in clang-format --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 1e5484c..589d614 100644 --- a/.clang-format +++ b/.clang-format @@ -9,6 +9,6 @@ AllowShortLoopsOnASingleLine: false AlwaysBreakBeforeMultilineStrings: true AlwaysBreakTemplateDeclarations: true IndentWidth: 4 -ColumnLimit: 80 +ColumnLimit: 120 ...