RapidFuzz/.clang-format

29 lines
763 B
Plaintext
Raw Permalink Normal View History

2022-08-19 18:20:01 +00:00
ColumnLimit: 110
IndentWidth: 4
AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: true
PointerAlignment: Left
AllowShortBlocksOnASingleLine: Always
AllowShortFunctionsOnASingleLine: None
2022-09-17 12:07:15 +00:00
AllowShortLambdasOnASingleLine: None
2022-08-19 18:20:01 +00:00
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
2022-10-02 08:01:33 +00:00
AllowShortCaseLabelsOnASingleLine: true