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 ...