aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: f180135bcfc72c69913a2656c2949b3b1e35d3d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
AccessModifierOffset: -4
AlignConsecutiveAssignments: true
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
AllowShortLoopsOnASingleLine: true
BasedOnStyle: LLVM
BreakBeforeBraces: Attach
ColumnLimit: 180
EmptyLineBeforeAccessModifier: Always
IndentAccessModifiers: false
IndentCaseLabels: true
IndentWidth: 4
Language: Cpp
Standard: Cpp11
TabWidth: 4
UseTab: Always
...

# vim: ft=yaml