aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: 7460950e71b1cf7abf0cf77181c2f5fbcc4e10c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
Language: Cpp
BasedOnStyle: Google
DerivePointerAlignment: false
PointerAlignment: Left
IncludeBlocks: Preserve
---
Language: ObjC
BasedOnStyle: Google
ColumnLimit: 100
ObjCBlockIndentWidth: 2
...