diff --git a/.clang-format b/.clang-format index 4260e4b..d16c5e0 100644 --- a/.clang-format +++ b/.clang-format @@ -12,7 +12,7 @@ BreakBeforeBinaryOperators: true BreakBeforeBraces: Attach BreakBeforeTernaryOperators: false BreakConstructorInitializersBeforeComma: false -ColumnLimit: 120 +ColumnLimit: 140 CommentPragmas: '' ConstructorInitializerAllOnOneLineOrOnePerLine: false ConstructorInitializerIndentWidth: 0