mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
12 lines
287 B
YAML
12 lines
287 B
YAML
---
|
|
Language: Cpp
|
|
AccessModifierOffset: -8
|
|
AlignAfterOpenBracket: Align
|
|
AlignConsecutiveAssignments: true
|
|
AllowShortFunctionsOnASingleLine: true
|
|
BasedOnStyle: Mozilla
|
|
ColumnLimit: 100
|
|
IndentCaseLabels: false
|
|
IndentWidth: 8
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
PointerAlignment: Right
|