nheko/.clang-format

16 lines
369 B
Plaintext
Raw Normal View History

2017-04-06 01:06:42 +02:00
---
Language: Cpp
Standard: c++17
2021-09-18 00:22:33 +02:00
AccessModifierOffset: -4
2017-08-26 10:33:26 +02:00
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
AllowShortFunctionsOnASingleLine: InlineOnly
BasedOnStyle: Mozilla
ColumnLimit: 100
2017-04-06 01:06:42 +02:00
IndentCaseLabels: false
IndentWidth: 4
2017-08-26 10:33:26 +02:00
KeepEmptyLinesAtTheStartOfBlocks: false
2022-04-29 01:34:05 +02:00
PointerAlignment: Right
Cpp11BracedListStyle: true
PenaltyReturnTypeOnItsOwnLine: 0