mirror of
https://github.com/pantor/inja.git
synced 2026-05-13 08:05:23 +00:00
15 lines
251 B
YAML
15 lines
251 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 2
|
|
ColumnLimit: 160
|
|
|
|
---
|
|
Language: Cpp
|
|
|
|
SpaceBeforeCpp11BracedList: true
|
|
PointerAlignment: Left
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortBlocksOnASingleLine: Empty
|
|
SpaceBeforeCtorInitializerColon: false
|
|
...
|