aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: b380384a47979f92e49c2746a9450512cacef406 (plain)
1
2
3
4
5
6
7
8
9
10
BasedOnStyle: LLVM
UseTab: Always
IndentWidth: 4
TabWidth: 4
BreakBeforeBraces: Allman
AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
IndentCaseLabels: false
ColumnLimit: 90
AccessModifierOffset: -4