nheko/.clang-format

13 lines
288 B
Plaintext
Raw Normal View History

2017-04-06 01:06:42 +02:00
---
Language: Cpp
AccessModifierOffset: -8
2017-08-26 10:33:26 +02:00
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
AllowShortFunctionsOnASingleLine: Empty
2017-08-20 12:47:22 +02:00
BasedOnStyle: Mozilla
2017-08-26 10:33:26 +02:00
ColumnLimit: 100
2017-04-06 01:06:42 +02:00
IndentCaseLabels: false
IndentWidth: 8
2017-08-26 10:33:26 +02:00
KeepEmptyLinesAtTheStartOfBlocks: false
2017-04-06 01:06:42 +02:00
PointerAlignment: Right