summaryrefslogtreecommitdiff
path: root/.clang-format
blob: edb6674c4117fa2122e3caeddccf94e1b8a66636 (plain)
1
2
3
4
5
6
7
8
9
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: AlignWithSpaces
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: Never
AllowShortFunctionsOnASingleLine: Empty
IndentCaseLabels: false
ColumnLimit: 80
AlignConsecutiveMacros: true