15 lines
380 B
YAML
15 lines
380 B
YAML
BasedOnStyle: LLVM
|
|
#AlignConsecutiveAssignments: true
|
|
#AlignConsecutiveDeclarations: true
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
BreakBeforeBraces: Linux
|
|
ColumnLimit: 0
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
IndentWidth: 4
|
|
IndentPPDirectives: AfterHash
|
|
ObjCBlockIndentWidth: 0
|
|
SpaceAfterCStyleCast: true
|
|
TabWidth: 4
|
|
AccessModifierOffset: -4
|
|
UseTab: ForIndentation
|