summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 2f7e218cb97b2c3091dc17d9d4505e4f3319b661 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
AccessModifierOffset: 0
AlignConsecutiveAssignments: true
AllowShortIfStatementsOnASingleLine: WithoutElse
AllowShortLoopsOnASingleLine: true
BasedOnStyle: LLVM
BreakBeforeBraces: Attach
ColumnLimit: 100
IndentCaseLabels: true
IndentWidth: '4'
Language: Cpp
Standard: Cpp11
TabWidth: '4'
UseTab: Always
...

# vim: ft=yaml