diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-08-20 13:47:22 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-08-20 13:47:22 +0300 |
commit | 2644e4accaf7487ad51b205040163e42b76de3a4 (patch) | |
tree | 523db09ee380e05838bfb2a5eee60ca88aad6e52 /.clang-format | |
parent | Add missing destructors (diff) | |
download | nheko-2644e4accaf7487ad51b205040163e42b76de3a4.tar.xz |
Small style change
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 5 |
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 |