aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
blob: 15c07f7b41ba01cf5ab47d9f04c681b249b6cb4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
IndentCaseLabels: false
DerivePointerAlignment: false
PointerAlignment: Left
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
ColumnLimit: 0
AlignTrailingComments: false