aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
blob: f04f62434197aceb1e7cfda551f3630539e779c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
BasedOnStyle: LLVM
IndentWidth: 8
TabWidth: 8
UseTab: Always
ColumnLimit: 80
BreakBeforeBraces: Custom
BraceWrapping:
  AfterFunction: true
  AfterControlStatement: false
  AfterEnum: false
  AfterStruct: false
  AfterUnion: false
  BeforeElse: false
AlwaysBreakAfterDefinitionReturnType: All
SpaceBeforeParens: ControlStatements
PointerAlignment: Right