blob: 404bcb160aaccf54f023066662b741ecff153caf (
plain)
1
2
3
4
5
6
7
8
9
|
---
Language: Cpp
BasedOnStyle: Google
ColumnLimit: 120
Cpp11BracedListStyle: false # {.x = 1.0, .y = 2.0} -> { .x = 1.0, .y = 2.0 }
IncludeBlocks: Preserve # sort each block of include statements instead of all
DerivePointerAlignment: false
PointerAlignment: Left
...
|