mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
c66d7dede8
This reverts commit e6b6a76437
,
because it broke compatibility with clang-format 11 (which is current
on some linux distros) and because it didn't achieve its original
goal. See PR #1166 for discussion.
15 lines
369 B
YAML
15 lines
369 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
|