aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: 8ce403319e11c5b096670221bb35555c31d86928 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
AllowShortLoopsOnASingleLine: true
BasedOnStyle: LLVM
BreakBeforeBraces: Attach
ColumnLimit: 80
EmptyLineBeforeAccessModifier: Always
IndentAccessModifiers: false
IndentCaseLabels: true
IndentWidth: 4
Language: Cpp
Standard: Cpp11
TabWidth: 4
UseTab: Always
PointerAlignment: Middle
SpaceAfterCStyleCast: true
AlignConsecutiveAssignments:
  Enabled: false
AlignTrailingComments:
  Kind: Never
ReflowComments: false
AlignEscapedNewlines: DontAlign
BreakBeforeBinaryOperators: All
AlwaysBreakTemplateDeclarations: Yes
PackConstructorInitializers: CurrentLine
...

# vim: ft=yaml