mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 00:41:55 +00:00
Minor _clang-format tweaks
git-svn-id: https://svn.eduke32.com/eduke32@7819 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
dc87150f2a
commit
d4a5d94d5b
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,7 @@ ContinuationIndentWidth: 0
|
|||
Cpp11BracedListStyle: false
|
||||
DerivePointerBinding: false
|
||||
ExperimentalAutoDetectBinPacking: true
|
||||
IncludeBlocks: Regroup
|
||||
IndentCaseLabels: true
|
||||
IndentFunctionDeclarationAfterType: true
|
||||
IndentWidth: 4
|
||||
|
@ -33,7 +34,9 @@ MaxEmptyLinesToKeep: 2
|
|||
NamespaceIndentation: None
|
||||
PointerAlignment: Right
|
||||
PointerBindsToType: false
|
||||
ReflowComments: false
|
||||
SpaceAfterCStyleCast: false
|
||||
SpaceBeforeCpp11BracedList: true
|
||||
SpaceBeforeParens: ControlStatements
|
||||
SpaceInEmptyParentheses: false
|
||||
SpacesBeforeTrailingComments: 2
|
||||
|
|
Loading…
Reference in a new issue