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