matrixion/.clang-format

24 lines
647 B
Text
Raw Normal View History

2017-04-06 02:06:42 +03:00
---
Language: Cpp
AccessModifierOffset: -8
2017-08-26 11:33:26 +03:00
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
2017-04-06 02:06:42 +03:00
AlignEscapedNewlinesLeft: false
AlignTrailingComments: false
AllowAllParametersOfDeclarationOnNextLine: true
2017-08-26 11:33:26 +03:00
AllowShortFunctionsOnASingleLine: Empty
2017-04-06 02:06:42 +03:00
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: false
2017-08-20 13:47:22 +03:00
BasedOnStyle: Mozilla
2017-04-06 02:06:42 +03:00
BinPackArguments: false
BinPackParameters: false
BreakBeforeBraces: Linux
BreakConstructorInitializersBeforeComma: true
2017-08-26 11:33:26 +03:00
ColumnLimit: 100
CompactNamespaces: false
2017-04-06 02:06:42 +03:00
IndentCaseLabels: false
IndentWidth: 8
2017-08-26 11:33:26 +03:00
KeepEmptyLinesAtTheStartOfBlocks: false
2017-04-06 02:06:42 +03:00
MaxEmptyLinesToKeep: 1
PointerAlignment: Right