summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 461886c084da76c1e4c1521c2f3c7369c51775e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
BasedOnStyle: LLVM
UseTab: Always
IndentWidth: 4
TabWidth: 4
AllowShortBlocksOnASingleLine: Empty
BreakBeforeBraces: Allman
AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
IndentCaseLabels: false
ColumnLimit: 90
AccessModifierOffset: -4
NamespaceIndentation: All
FixNamespaceComments: false
AlwaysBreakTemplateDeclarations: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true