mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-02 02:26:47 +00:00
9c739b49a0
It is not perfect (and, probably, it is worser than it was before), but, it is automatic
35 lines
1.3 KiB
YAML
35 lines
1.3 KiB
YAML
BasedOnStyle : LLVM
|
|
|
|
AccessModifierOffset : -2
|
|
AlignAfterOpenBracket : true
|
|
AlignConsecutiveAssignments : true
|
|
AlignConsecutiveDeclarations : true
|
|
AlignConsecutiveMacros : true
|
|
AlignEscapedNewlines : true
|
|
AlignOperands : true
|
|
AlignTrailingComments : true
|
|
BinPackParameters : false
|
|
BraceWrapping:
|
|
AfterCaseLabel : true
|
|
AfterClass : true
|
|
AfterEnum : true
|
|
AfterFunction : true
|
|
AfterNamespace : false
|
|
AfterStruct : true
|
|
AfterExternBlock : true
|
|
BeforeCatch : true
|
|
BeforeElse : true
|
|
BreakBeforeBraces : Custom
|
|
ColumnLimit : 80
|
|
FixNamespaceComments : true
|
|
IndentCaseLabels : false
|
|
IndentWidth : 4
|
|
NamespaceIndentation : Inner
|
|
PointerAlignment : Left
|
|
ReflowComments : false
|
|
SortIncludes : false
|
|
SpacesInConditionalStatement : true
|
|
SpacesInParentheses : true
|
|
TabWidth : 4
|
|
UseTab : Never
|