mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
23 lines
599 B
Text
23 lines
599 B
Text
|
---
|
||
|
Language: Cpp
|
||
|
AccessModifierOffset: -8
|
||
|
AlignAfterOpenBracket: true
|
||
|
AlignEscapedNewlinesLeft: false
|
||
|
AlignTrailingComments: false
|
||
|
AllowAllParametersOfDeclarationOnNextLine: true
|
||
|
AllowShortFunctionsOnASingleLine: None
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
BasedOnStyle: Google
|
||
|
BinPackArguments: false
|
||
|
BinPackParameters: false
|
||
|
BreakBeforeBraces: Linux
|
||
|
BreakConstructorInitializersBeforeComma: true
|
||
|
ColumnLimit: 0
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||
|
ContinuationIndentWidth: 8
|
||
|
IndentCaseLabels: false
|
||
|
IndentWidth: 8
|
||
|
MaxEmptyLinesToKeep: 1
|
||
|
PointerAlignment: Right
|
||
|
UseTab: Always
|