mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
18 lines
No EOL
408 B
YAML
18 lines
No EOL
408 B
YAML
---
|
|
Language: Cpp
|
|
Standard: c++17
|
|
AccessModifierOffset: -4
|
|
AlignAfterOpenBracket: Align
|
|
AlignConsecutiveAssignments: true
|
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
|
BasedOnStyle: Mozilla
|
|
ColumnLimit: 100
|
|
IndentCaseLabels: false
|
|
IndentWidth: 4
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
PointerAlignment: Right
|
|
Cpp11BracedListStyle: true
|
|
PenaltyReturnTypeOnItsOwnLine: 0
|
|
---
|
|
BasedOnStyle: WebKit
|
|
Language: ObjC |