summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 1df4dd03b418a1d7a0adcfdcdb9b400acdc71294 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
Language: Cpp
Standard: Cpp03
BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
BinPackArguments: false
BinPackParameters: false
BreakConstructorInitializersBeforeComma: true
DerivePointerAlignment: false
TabWidth: 2
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left