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