blob: b0ffd2c186dd04bec8d9e692c1dae7054737aaa3 (
plain)
1
2
3
4
5
6
7
8
|
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 120
BreakBeforeBraces: Allman
AlwaysBreakAfterDefinitionReturnType: true
AllowShortFunctionsOnASingleLine: Inline
BreakConstructorInitializersBeforeComma: true
IndentCaseLabels: true
|