Allman fits my C/C++ brace wrapping style

This commit is contained in:
2024-11-01 07:04:05 +00:00
parent ebdfaf5a28
commit 39ecf1710f

View File

@@ -10,21 +10,7 @@ AllowShortLambdasOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakTemplateDeclarations: Yes
BasedOnStyle: LLVM
BreakBeforeBraces: Custom
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
BreakBeforeBraces: Allman
ColumnLimit: 80
IndentWidth: 2
NamespaceIndentation: All