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