summaryrefslogtreecommitdiff
path: root/.clang-format
blob: a8bc4967c398b31a6e166d761c9e12870ca6941f (plain)
1
2
3
4
5
6
7
8
9
---
Language:        Cpp
BasedOnStyle:  Google
AllowShortCaseLabelsOnASingleLine: true
ConstructorInitializerAllOnOneLineOrOnePerLine: false
Cpp11BracedListStyle: false
DerivePointerAlignment: false
PointerAlignment: Right
SortIncludes:    false