summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 5e4b24ca4efc60e526ab89fe43bb33f0dbea24b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
BasedOnStyle: LLVM
AccessModifierOffset: -8
AllowAllConstructorInitializersOnNextLine: false
AlwaysBreakTemplateDeclarations: Yes
BraceWrapping:
  AfterFunction: true
  SplitEmptyFunction: true
BreakConstructorInitializers: BeforeColon
ColumnLimit: 90
ConstructorInitializerIndentWidth: 0
ContinuationIndentWidth: 8
IndentCaseLabels: false
IndentPPDirectives: AfterHash
IndentWidth: 8
Standard: c++17
TabWidth: 8
UseTab: Always