16 lines
383 B
YAML
16 lines
383 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
AccessModifierOffset: -2
|
|
#AlignConsecutiveAssignments: true
|
|
#AlignConsecutiveDeclarations: true
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
BreakBeforeBraces: Linux
|
|
ColumnLimit: 0
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
IndentWidth: 2
|
|
ObjCBlockIndentWidth: 2
|
|
SpaceAfterCStyleCast: true
|
|
TabWidth: 2
|
|
UseTab: ForIndentation
|
|
...
|