.clang-format 428 Bytes
Newer Older
Shen-Ta Hsieh's avatar
Shen-Ta Hsieh committed
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