AreaTrigger Tool
This commit is contained in:
28
src/external/rapidfuzz-cpp/.clang-format
vendored
Normal file
28
src/external/rapidfuzz-cpp/.clang-format
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
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
|
||||
IndentPPDirectives: AfterHash
|
||||
Reference in New Issue
Block a user