diff --git a/.clang-format b/.clang-format index 65a172a..a63e137 100644 --- a/.clang-format +++ b/.clang-format @@ -8,5 +8,6 @@ AllowShortLambdasOnASingleLine: Inline AllowShortLoopsOnASingleLine: 'false' AlwaysBreakBeforeMultilineStrings: 'true' IndentWidth: '4' +ColumnLimit: 100 ...