summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 441b1d81f1462b4f0a8813b836253e94c97abeff (plain)
1
2
3
4
5
6
7
---
Language: Cpp
BasedOnStyle: Google
ColumnLimit: 100
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
...