aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: cf1698f919b4fcea18c3d9b633458e93f9e7bfbd (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: 90
AccessModifierOffset: -4