mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 20:25:39 +02:00
17 lines
311 B
YAML
17 lines
311 B
YAML
---
|
|
BasedOnStyle: GNU
|
|
IndentWidth: 4
|
|
---
|
|
Language: Cpp
|
|
PointerAlignment: Right
|
|
ColumnLimit: 120
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterEnum: false
|
|
AfterClass: false
|
|
SplitEmptyFunction: true
|
|
AfterFunction: true
|
|
AfterStruct: false
|
|
|
|
SpaceBeforeParens: ControlStatements
|
|
Cpp11BracedListStyle: true
|