mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
23 lines
647 B
YAML
23 lines
647 B
YAML
---
|
|
Language: Cpp
|
|
AccessModifierOffset: -8
|
|
AlignAfterOpenBracket: Align
|
|
AlignConsecutiveAssignments: true
|
|
AlignEscapedNewlinesLeft: false
|
|
AlignTrailingComments: false
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
BasedOnStyle: Mozilla
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
BreakBeforeBraces: Linux
|
|
BreakConstructorInitializersBeforeComma: true
|
|
ColumnLimit: 100
|
|
CompactNamespaces: false
|
|
IndentCaseLabels: false
|
|
IndentWidth: 8
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
MaxEmptyLinesToKeep: 1
|
|
PointerAlignment: Right
|