summary refs log tree commit diff
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format5
1 files changed, 2 insertions, 3 deletions
diff --git a/.clang-format b/.clang-format
index ae3158bd..48a81211 100644
--- a/.clang-format
+++ b/.clang-format
@@ -7,13 +7,12 @@ AlignTrailingComments: false
 AllowAllParametersOfDeclarationOnNextLine: true
 AllowShortFunctionsOnASingleLine: None
 AllowShortIfStatementsOnASingleLine: false
-BasedOnStyle: Google
+BasedOnStyle: Mozilla
 BinPackArguments: false
 BinPackParameters: false
 BreakBeforeBraces: Linux
 BreakConstructorInitializersBeforeComma: true
-ColumnLimit: 0
-ConstructorInitializerAllOnOneLineOrOnePerLine: true
+ColumnLimit: 120
 ContinuationIndentWidth: 8
 IndentCaseLabels: false
 IndentWidth: 8