aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: 9320a7a42c4f08034e34459993f397916a3faeef (plain)
1
2
3
4
5
6
7
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IndentCaseLabels: false