aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: 44698ef5be13b242bcd5b0deb8e287f7d4874532 (plain)
1
2
3
4
5
6
7
8
9
10
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: AlignWithSpaces
BreakBeforeBraces: Attach
AllowShortIfStatementsOnASingleLine: false
AllowShortBlocksOnASingleLine: Empty
AllowShortFunctionsOnASingleLine: Empty
IndentCaseLabels: false
ColumnLimit: 80
AlignConsecutiveMacros: true