aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
blob: f21cd7a55f13494603e4315106fd077ea1b66068 (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
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
ColumnLimit: 0