summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 059381ec64ad385e3e4df6e553bff2dfaba30076 (plain)
1
2
3
4
5
6
7
8
9
---
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
DerivePointerAlignment: false
PointerAlignment: Left
...