blob: 3a4829484a892500b1189d569a81e1fd122e57c7 [file] [log] [blame]
---
BasedOnStyle: LLVM
IndentWidth: 2
ColumnLimit: 160
---
Language: Cpp
SpaceBeforeCpp11BracedList: true
PointerAlignment: Left
AllowShortFunctionsOnASingleLine: Empty
AllowShortBlocksOnASingleLine: Empty
SpaceBeforeCtorInitializerColon: false
...