blob: ecf38febc1a100966c4ff8c4a022d9262d1bfc6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
IndentCaseLabels: false
DerivePointerAlignment: false
PointerAlignment: Left
AlignTrailingComments: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
ColumnLimit: 0
AccessModifierOffset: -8
PackConstructorInitializers: Never
|