Change some more clang-format settings to my liking

This commit is contained in:
Lassi Kortela 2019-08-09 13:57:49 +03:00
parent 0fdee2f7b8
commit 7ab81c9e56
1 changed files with 3 additions and 6 deletions

View File

@ -4,14 +4,11 @@ AlignAfterOpenBracket: Align
AlignEscapedNewlines: Left
AlignOperands: true
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Linux
ContinuationIndentWidth: 0
DerivePointerAlignment: true
MaxEmptyLinesToKeep: 2
PointerAlignment: Right
MaxEmptyLinesToKeep: 1
SortIncludes: false
SpacesBeforeTrailingComments: 2
ColumnLimit: 78