nheko/.clang-format

22 lines
549 B
Plaintext
Raw Normal View History

2017-04-06 01:06:42 +02:00
---
Language: Cpp
AccessModifierOffset: -8
AlignAfterOpenBracket: true
AlignEscapedNewlinesLeft: false
AlignTrailingComments: false
AllowAllParametersOfDeclarationOnNextLine: true
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-20 12:47:22 +02:00
ColumnLimit: 120
2017-04-06 01:06:42 +02:00
ContinuationIndentWidth: 8
IndentCaseLabels: false
IndentWidth: 8
MaxEmptyLinesToKeep: 1
PointerAlignment: Right
UseTab: Always