mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 04:28:49 +03:00
15 lines
330 B
Text
15 lines
330 B
Text
|
---
|
||
|
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
|