You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.4 KiB
58 lines
1.4 KiB
5 months ago
|
---
|
||
|
Language: Cpp
|
||
|
BasedOnStyle: LLVM
|
||
|
AccessModifierOffset: -4
|
||
|
AlignConsecutiveAssignments: false
|
||
|
AlignConsecutiveDeclarations: false
|
||
|
AlignOperands: true
|
||
|
AlignTrailingComments: false
|
||
|
AlwaysBreakTemplateDeclarations: Yes
|
||
|
BraceWrapping:
|
||
|
AfterCaseLabel: false
|
||
|
AfterClass: false
|
||
|
AfterControlStatement: false
|
||
|
AfterEnum: false
|
||
|
AfterFunction: false
|
||
|
AfterNamespace: false
|
||
|
AfterStruct: false
|
||
|
AfterUnion: false
|
||
|
AfterExternBlock: false
|
||
|
BeforeCatch: false
|
||
|
BeforeElse: false
|
||
|
BeforeLambdaBody: false
|
||
|
BeforeWhile: false
|
||
|
SplitEmptyFunction: true
|
||
|
SplitEmptyRecord: true
|
||
|
SplitEmptyNamespace: true
|
||
|
BreakBeforeBraces: Custom
|
||
|
BreakConstructorInitializers: AfterColon
|
||
|
BreakConstructorInitializersBeforeComma: false
|
||
|
ColumnLimit: 120
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||
|
ContinuationIndentWidth: 8
|
||
|
IncludeCategories:
|
||
|
- Regex: '^<.*'
|
||
|
Priority: 1
|
||
|
- Regex: '^".*'
|
||
|
Priority: 2
|
||
|
- Regex: '.*'
|
||
|
Priority: 3
|
||
|
IncludeIsMainRegex: '([-_](test|unittest))?$'
|
||
|
IndentCaseLabels: true
|
||
|
IndentWidth: 4
|
||
|
InsertNewlineAtEOF: true
|
||
|
MacroBlockBegin: ''
|
||
|
MacroBlockEnd: ''
|
||
|
MaxEmptyLinesToKeep: 2
|
||
|
NamespaceIndentation: All
|
||
|
SpaceAfterCStyleCast: true
|
||
|
SpaceAfterTemplateKeyword: false
|
||
|
SpaceBeforeRangeBasedForLoopColon: false
|
||
|
SpaceInEmptyParentheses: false
|
||
|
SpacesInAngles: false
|
||
|
SpacesInConditionalStatement: false
|
||
|
SpacesInCStyleCastParentheses: false
|
||
|
SpacesInParentheses: false
|
||
|
TabWidth: 4
|
||
|
...
|