Increase column width in clang-format

This commit is contained in:
Karl 2021-04-30 22:40:27 +02:00
parent 8b456f8d42
commit 05a4fde2e7

View File

@ -9,6 +9,6 @@ AllowShortLoopsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: true
AlwaysBreakTemplateDeclarations: true
IndentWidth: 4
ColumnLimit: 80
ColumnLimit: 120
...