37 lines
819 B
YAML
37 lines
819 B
YAML
---
|
|
BasedOnStyle: Microsoft
|
|
---
|
|
Language: Cpp
|
|
|
|
AccessModifierOffset: -4
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
BreakConstructorInitializers: BeforeComma
|
|
BreakInheritanceList: BeforeComma
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
PointerAlignment: Left
|
|
SpaceAfterTemplateKeyword: false
|
|
|
|
IncludeCategories:
|
|
- Regex: 'stdafx'
|
|
Priority: -1
|
|
- Regex: 'Windows'
|
|
Priority: 0
|
|
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterCaseLabel: true
|
|
AfterClass: true
|
|
AfterControlStatement: Always
|
|
AfterEnum: true
|
|
AfterFunction: true
|
|
AfterNamespace: true
|
|
AfterStruct: true
|
|
AfterUnion: true
|
|
AfterExternBlock: true
|
|
BeforeCatch: true
|
|
BeforeElse: true
|
|
IndentBraces: false
|
|
SplitEmptyFunction: true
|
|
SplitEmptyRecord: true
|
|
SplitEmptyNamespace: true
|