summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-08-20 13:47:22 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-08-20 13:47:22 +0300
commit2644e4accaf7487ad51b205040163e42b76de3a4 (patch)
tree523db09ee380e05838bfb2a5eee60ca88aad6e52 /.clang-format
parent57ac64fb2b1e8e4b5346d2df49ede3265d58aefe (diff)
Small style change
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