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