blob: ee35ba81ff256c0a70805993c157926538009da9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
AccessModifierOffset: 0
BasedOnStyle: LLVM
BreakBeforeBraces: Linux
ColumnLimit: 100
IndentWidth: '4'
Language: Cpp
Standard: Cpp11
TabWidth: '4'
UseTab: Always
...
# vim: ft=yaml
|