Allman fits my C/C++ brace wrapping style
This commit is contained in:
@@ -10,21 +10,7 @@ AllowShortLambdasOnASingleLine: false
|
|||||||
AllowShortLoopsOnASingleLine: false
|
AllowShortLoopsOnASingleLine: false
|
||||||
AlwaysBreakTemplateDeclarations: Yes
|
AlwaysBreakTemplateDeclarations: Yes
|
||||||
BasedOnStyle: LLVM
|
BasedOnStyle: LLVM
|
||||||
BreakBeforeBraces: Custom
|
BreakBeforeBraces: Allman
|
||||||
BraceWrapping:
|
|
||||||
AfterEnum: true
|
|
||||||
AfterStruct: true
|
|
||||||
AfterFunction: true
|
|
||||||
AfterNamespace: true
|
|
||||||
AfterClass: true
|
|
||||||
AfterUnion: true
|
|
||||||
AfterControlStatement: true
|
|
||||||
AfterExternBlock: true
|
|
||||||
BeforeLambdaBody: true
|
|
||||||
BeforeCatch: true
|
|
||||||
BeforeElse: true
|
|
||||||
SplitEmptyFunction: true
|
|
||||||
IndentBraces: false
|
|
||||||
ColumnLimit: 80
|
ColumnLimit: 80
|
||||||
IndentWidth: 2
|
IndentWidth: 2
|
||||||
NamespaceIndentation: All
|
NamespaceIndentation: All
|
||||||
|
|||||||
Reference in New Issue
Block a user