Change some more clang-format settings to my liking
This commit is contained in:
parent
0fdee2f7b8
commit
7ab81c9e56
|
@ -4,14 +4,11 @@ AlignAfterOpenBracket: Align
|
||||||
AlignEscapedNewlines: Left
|
AlignEscapedNewlines: Left
|
||||||
AlignOperands: true
|
AlignOperands: true
|
||||||
AlignTrailingComments: true
|
AlignTrailingComments: true
|
||||||
AllowShortBlocksOnASingleLine: true
|
|
||||||
AllowShortCaseLabelsOnASingleLine: true
|
|
||||||
AllowShortIfStatementsOnASingleLine: true
|
|
||||||
AllowShortLoopsOnASingleLine: true
|
|
||||||
BreakBeforeBinaryOperators: None
|
BreakBeforeBinaryOperators: None
|
||||||
BreakBeforeBraces: Linux
|
BreakBeforeBraces: Linux
|
||||||
ContinuationIndentWidth: 0
|
ContinuationIndentWidth: 0
|
||||||
DerivePointerAlignment: true
|
PointerAlignment: Right
|
||||||
MaxEmptyLinesToKeep: 2
|
MaxEmptyLinesToKeep: 1
|
||||||
SortIncludes: false
|
SortIncludes: false
|
||||||
SpacesBeforeTrailingComments: 2
|
SpacesBeforeTrailingComments: 2
|
||||||
|
ColumnLimit: 78
|
||||||
|
|
Loading…
Reference in New Issue