diff --git a/.clang-format b/.clang-format index 65a172a..5f23e8f 100644 --- a/.clang-format +++ b/.clang-format @@ -8,5 +8,5 @@ AllowShortLambdasOnASingleLine: Inline AllowShortLoopsOnASingleLine: 'false' AlwaysBreakBeforeMultilineStrings: 'true' IndentWidth: '4' - -... +ColumnLimit: 100 +... \ No newline at end of file