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

# vim: ft=yaml