diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-08-26 11:33:26 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-08-26 11:33:26 +0300 |
commit | 43b1bdfe63ea1344627a41f0d1df157aa11a120d (patch) | |
tree | 180d98e5faa6be93a709b71156311fe9609404ea /.clang-format | |
parent | Fix login UX (diff) | |
download | nheko-43b1bdfe63ea1344627a41f0d1df157aa11a120d.tar.xz |
Remove nick colors
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.clang-format b/.clang-format index 48a81211..1f74e789 100644 --- a/.clang-format +++ b/.clang-format @@ -1,10 +1,12 @@ --- Language: Cpp AccessModifierOffset: -8 -AlignAfterOpenBracket: true +AlignAfterOpenBracket: Align +AlignConsecutiveAssignments: true AlignEscapedNewlinesLeft: false AlignTrailingComments: false AllowAllParametersOfDeclarationOnNextLine: true +AllowShortFunctionsOnASingleLine: Empty AllowShortFunctionsOnASingleLine: None AllowShortIfStatementsOnASingleLine: false BasedOnStyle: Mozilla @@ -12,10 +14,10 @@ BinPackArguments: false BinPackParameters: false BreakBeforeBraces: Linux BreakConstructorInitializersBeforeComma: true -ColumnLimit: 120 -ContinuationIndentWidth: 8 +ColumnLimit: 100 +CompactNamespaces: false IndentCaseLabels: false IndentWidth: 8 +KeepEmptyLinesAtTheStartOfBlocks: false MaxEmptyLinesToKeep: 1 PointerAlignment: Right -UseTab: Always |