blob: 7612e59e581ffeb7026690df8728ba05b8e266f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
BasedOnStyle: LLVM
AlwaysBreakAfterDefinitionReturnType: All
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: Custom
BraceWrapping:
AfterEnum: true
AfterCaseLabel: true
AfterStruct: true
AfterFunction: true
BinPackParameters: false
ColumnLimit: 80
IndentWidth: 8
SpaceAfterCStyleCast: true
SpaceBeforeParens: Always
|