matrixion/.clang-format

13 lines
288 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
AllowShortFunctionsOnASingleLine: Empty
2017-08-20 13:47:22 +03:00
BasedOnStyle: Mozilla
2017-08-26 11:33:26 +03:00
ColumnLimit: 100
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
PointerAlignment: Right