mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
14 lines
330 B
YAML
14 lines
330 B
YAML
---
|
|
Language: Cpp
|
|
Standard: Cpp11
|
|
AccessModifierOffset: -8
|
|
AlignAfterOpenBracket: Align
|
|
AlignConsecutiveAssignments: true
|
|
AllowShortFunctionsOnASingleLine: true
|
|
BasedOnStyle: Mozilla
|
|
ColumnLimit: 100
|
|
IndentCaseLabels: false
|
|
IndentWidth: 8
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
PointerAlignment: Right
|
|
Cpp11BracedListStyle: true
|