60 lines
1.2 KiB
Plaintext
60 lines
1.2 KiB
Plaintext
|
---
|
||
|
BasedOnStyle: LLVM
|
||
|
IndentWidth: 4
|
||
|
---
|
||
|
Language: Cpp
|
||
|
BasedOnStyle: LLVM
|
||
|
IndentWidth: 4
|
||
|
AlignAfterOpenBracket: Align
|
||
|
BreakBeforeBraces: Custom
|
||
|
BraceWrapping:
|
||
|
AfterCaseLabel: true
|
||
|
AfterClass: true
|
||
|
AfterControlStatement: Always
|
||
|
AfterEnum: true
|
||
|
AfterFunction: true
|
||
|
AfterNamespace: true
|
||
|
AfterObjCDeclaration: true
|
||
|
AfterStruct: true
|
||
|
AfterUnion: true
|
||
|
AfterExternBlock: true
|
||
|
BeforeCatch: true
|
||
|
BeforeElse: true
|
||
|
BeforeLambdaBody: false
|
||
|
BeforeWhile: false
|
||
|
IndentBraces: false
|
||
|
SplitEmptyFunction: true
|
||
|
SplitEmptyRecord: true
|
||
|
SplitEmptyNamespace: true
|
||
|
ColumnLimit: 100
|
||
|
SortIncludes: false
|
||
|
---
|
||
|
Language: ObjC
|
||
|
BasedOnStyle: LLVM
|
||
|
IndentWidth: 4
|
||
|
AlignAfterOpenBracket: Align
|
||
|
BreakBeforeBraces: Custom
|
||
|
BraceWrapping:
|
||
|
AfterCaseLabel: true
|
||
|
AfterClass: true
|
||
|
AfterControlStatement: Always
|
||
|
AfterEnum: true
|
||
|
AfterFunction: true
|
||
|
AfterNamespace: true
|
||
|
AfterObjCDeclaration: true
|
||
|
AfterStruct: true
|
||
|
AfterUnion: true
|
||
|
AfterExternBlock: true
|
||
|
BeforeCatch: true
|
||
|
BeforeElse: true
|
||
|
BeforeLambdaBody: false
|
||
|
BeforeWhile: false
|
||
|
IndentBraces: false
|
||
|
SplitEmptyFunction: true
|
||
|
SplitEmptyRecord: true
|
||
|
SplitEmptyNamespace: true
|
||
|
ColumnLimit: 100
|
||
|
SortIncludes: false
|
||
|
---
|
||
|
|