aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: 3a4829484a892500b1189d569a81e1fd122e57c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
BasedOnStyle: LLVM
IndentWidth: 2
ColumnLimit: 160

---
Language: Cpp

SpaceBeforeCpp11BracedList: true
PointerAlignment: Left
AllowShortFunctionsOnASingleLine: Empty
AllowShortBlocksOnASingleLine: Empty
SpaceBeforeCtorInitializerColon: false
...