Update .clang-format
This commit is contained in:
parent
abf991d1f0
commit
d198a60b6f
|
|
@ -7,7 +7,7 @@ AllowShortCaseLabelsOnASingleLine: true
|
||||||
AllowShortFunctionsOnASingleLine: All
|
AllowShortFunctionsOnASingleLine: All
|
||||||
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
|
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
|
||||||
AlwaysBreakAfterReturnType: None
|
AlwaysBreakAfterReturnType: None
|
||||||
ColumnLimit: 9999
|
ColumnLimit: 320
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
PointerAlignment: Right
|
PointerAlignment: Right
|
||||||
SpaceInEmptyParentheses: false
|
SpaceInEmptyParentheses: false
|
||||||
|
|
@ -15,3 +15,14 @@ SpacesInCStyleCastParentheses: false
|
||||||
TabWidth: 4
|
TabWidth: 4
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
IndentPPDirectives: BeforeHash
|
IndentPPDirectives: BeforeHash
|
||||||
|
AlignConsecutiveAssignments: Consecutive
|
||||||
|
BraceWrapping:
|
||||||
|
AfterEnum: false
|
||||||
|
BreakFunctionDefinitionParameters: false
|
||||||
|
Cpp11BracedListStyle: false
|
||||||
|
IndentCaseLabels: false
|
||||||
|
MaxEmptyLinesToKeep: 2
|
||||||
|
# ReflowComments: true
|
||||||
|
SpaceAfterCStyleCast: false
|
||||||
|
SpaceAfterLogicalNot: false
|
||||||
|
SpacesBeforeTrailingComments: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user