aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: 55bb7451b169ad5291af0420f03d9a2600109fb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
BasedOnStyle: llvm

IndentWidth: 8
UseTab: ForIndentation
IndentCaseLabels: true

AlignConsecutiveAssignments:
  Enabled: true
AlignConsecutiveDeclarations:
  Enabled: true

AlwaysBreakAfterDefinitionReturnType: All

AllowShortIfStatementsOnASingleLine: WithoutElse

PointerAlignment: Middle
QualifierAlignment: Right