diff --git a/.clang-format b/.clang-format index c7c897dbc4..f015d4af8c 100644 --- a/.clang-format +++ b/.clang-format @@ -33,7 +33,7 @@ BreakBeforeBinaryOperators: NonAssignment BreakBeforeTernaryOperators: true BreakConstructorInitializers: BeforeColon BreakInheritanceList: BeforeColon -ColumnLimit: 0 +ColumnLimit: 100 CompactNamespaces: false ContinuationIndentWidth: 4 IndentCaseLabels: true