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

# vim: ft=yaml