2017-11-02 11:09:03 -05:00
|
|
|
AccessModifierOffset: -4
|
|
|
|
ConstructorInitializerIndentWidth: 4
|
|
|
|
AlignEscapedNewlinesLeft: false
|
|
|
|
AlignTrailingComments: false
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
AlwaysBreakTemplateDeclarations: false
|
|
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
|
|
BreakBeforeBinaryOperators: true
|
|
|
|
BreakBeforeTernaryOperators: true
|
|
|
|
BreakConstructorInitializersBeforeComma: true
|
|
|
|
BinPackParameters: true
|
2017-11-03 04:29:53 -05:00
|
|
|
ColumnLimit: 100
|
2017-11-02 11:09:03 -05:00
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
|
|
|
DerivePointerBinding: false
|
|
|
|
ExperimentalAutoDetectBinPacking: false
|
|
|
|
IndentCaseLabels: true
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
|
|
MaxEmptyLinesToKeep: 1
|
|
|
|
NamespaceIndentation: None
|
2019-11-13 14:47:43 -06:00
|
|
|
FixNamespaceComments: false
|
2017-11-02 11:09:03 -05:00
|
|
|
ObjCSpaceBeforeProtocolList: true
|
|
|
|
PenaltyBreakBeforeFirstCallParameter: 19
|
|
|
|
PenaltyBreakComment: 60
|
|
|
|
PenaltyBreakString: 1000
|
|
|
|
PenaltyBreakFirstLessLess: 120
|
|
|
|
PenaltyExcessCharacter: 1000000
|
|
|
|
PenaltyReturnTypeOnItsOwnLine: 60
|
|
|
|
PointerBindsToType: true
|
2017-11-07 09:15:03 -06:00
|
|
|
ReflowComments: false
|
2017-11-02 11:09:03 -05:00
|
|
|
SpacesBeforeTrailingComments: 1
|
|
|
|
Cpp11BracedListStyle: false
|
|
|
|
Standard: Cpp11
|
|
|
|
IndentWidth: 4
|
|
|
|
TabWidth: 8
|
|
|
|
UseTab: Never
|
|
|
|
BreakBeforeBraces: Allman
|
|
|
|
IndentFunctionDeclarationAfterType: false
|
|
|
|
SpacesInParentheses: false
|
|
|
|
SpacesInAngles: false
|
|
|
|
SpaceInEmptyParentheses: false
|
|
|
|
SpacesInCStyleCastParentheses: false
|
|
|
|
SpaceAfterControlStatementKeyword: true
|
|
|
|
SpaceBeforeAssignmentOperators: true
|
|
|
|
ContinuationIndentWidth: 4
|
|
|
|
SortIncludes: false
|
2020-02-25 14:11:51 -06:00
|
|
|
SortUsingDeclarations: false
|
2022-11-06 04:59:47 -06:00
|
|
|
# clang-format 8:
|
|
|
|
# StatementMacros: [SAL_WNODEPRECATED_DECLARATIONS_POP, SAL_WNODEPRECATED_DECLARATIONS_PUSH]
|