aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: c698dc5d99cfc444c3347694359bb98ca3ceb157 (plain) (blame)
1
2
3
4
5
6
7
8
9
BasedOnStyle: LLVM
IndentWidth:     4
ColumnLimit:     120
BreakBeforeBraces: Allman
AlwaysBreakAfterReturnType: All
AllowShortFunctionsOnASingleLine: Inline
ConstructorInitializerAllOnOneLineOrOnePerLine: true
IndentCaseLabels: true
AccessModifierOffset: -4