AreaTrigger Tool

This commit is contained in:
DennisWG
2025-01-02 17:42:59 +00:00
committed by T1ti
parent ba19b06156
commit 0611085176
146 changed files with 42061 additions and 78 deletions

View 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