1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
ColumnLimit: 110
IndentWidth: 4
AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: true
PointerAlignment: Left
AllowShortBlocksOnASingleLine: Always
AllowShortFunctionsOnASingleLine: None
BreakBeforeBraces: Custom
AlwaysBreakTemplateDeclarations: true
BraceWrapping:
SplitEmptyFunction: false
AfterCaseLabel: true
AfterClass: false
AfterControlStatement: MultiLine
AfterEnum: false
AfterFunction: true
AfterNamespace: false
AfterStruct: false
AfterUnion: false
BeforeCatch: true
BeforeElse: true
SplitEmptyRecord: false
SplitEmptyNamespace: false
AllowAllConstructorInitializersOnNextLine: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
AllowShortCaseLabelsOnASingleLine: true
IfMacros:
- RAPIDFUZZ_IF_CONSTEXPR
IndentPPDirectives: AfterHash
|