diff --git a/.clang-format b/.clang-format index f1cdeae61..e5a5af086 100644 --- a/.clang-format +++ b/.clang-format @@ -36,7 +36,7 @@ BreakAfterAttributes: Always BreakBeforeBinaryOperators: NonAssignment BreakBeforeBraces: Custom BreakConstructorInitializers: BeforeComma -ColumnLimit: 100 +ColumnLimit: 110 EmptyLineAfterAccessModifier: Leave EmptyLineBeforeAccessModifier: Leave FixNamespaceComments: false