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