Minor _clang-format tweaks

git-svn-id: https://svn.eduke32.com/eduke32@7819 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-07-24 01:37:23 +00:00 committed by Christoph Oelckers
parent dc87150f2a
commit d4a5d94d5b

View file

@ -24,6 +24,7 @@ ContinuationIndentWidth: 0
Cpp11BracedListStyle: false Cpp11BracedListStyle: false
DerivePointerBinding: false DerivePointerBinding: false
ExperimentalAutoDetectBinPacking: true ExperimentalAutoDetectBinPacking: true
IncludeBlocks: Regroup
IndentCaseLabels: true IndentCaseLabels: true
IndentFunctionDeclarationAfterType: true IndentFunctionDeclarationAfterType: true
IndentWidth: 4 IndentWidth: 4
@ -33,7 +34,9 @@ MaxEmptyLinesToKeep: 2
NamespaceIndentation: None NamespaceIndentation: None
PointerAlignment: Right PointerAlignment: Right
PointerBindsToType: false PointerBindsToType: false
ReflowComments: false
SpaceAfterCStyleCast: false SpaceAfterCStyleCast: false
SpaceBeforeCpp11BracedList: true
SpaceBeforeParens: ControlStatements SpaceBeforeParens: ControlStatements
SpaceInEmptyParentheses: false SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 2 SpacesBeforeTrailingComments: 2