aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
blob: 83d505451e3919ccfad8645be61d537e9e87bf14 (plain) (blame)
1
2
3
4
5
6
7
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Attach
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
ColumnLimit: 0