nheko/.clang-format

24 lines
647 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
2017-04-06 01:06:42 +02:00
AlignEscapedNewlinesLeft: false
AlignTrailingComments: false
AllowAllParametersOfDeclarationOnNextLine: true
2017-08-26 10:33:26 +02:00
AllowShortFunctionsOnASingleLine: Empty
2017-04-06 01:06:42 +02:00
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: false
2017-08-20 12:47:22 +02:00
BasedOnStyle: Mozilla
2017-04-06 01:06:42 +02:00
BinPackArguments: false
BinPackParameters: false
BreakBeforeBraces: Linux
BreakConstructorInitializersBeforeComma: true
2017-08-26 10:33:26 +02:00
ColumnLimit: 100
CompactNamespaces: false
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
MaxEmptyLinesToKeep: 1
PointerAlignment: Right