matrixion/.clang-format

19 lines
409 B
Text
Raw Normal View History

2017-04-06 02:06:42 +03:00
---
Language: Cpp
Standard: c++20
2021-09-18 01:22:33 +03:00
AccessModifierOffset: -4
2017-08-26 11:33:26 +03:00
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
AllowShortFunctionsOnASingleLine: InlineOnly
BasedOnStyle: Mozilla
ColumnLimit: 100
2017-04-06 02:06:42 +03:00
IndentCaseLabels: false
IndentWidth: 4
2017-08-26 11:33:26 +03:00
KeepEmptyLinesAtTheStartOfBlocks: false
2022-04-29 02:34:05 +03:00
PointerAlignment: Right
Cpp11BracedListStyle: true
PenaltyReturnTypeOnItsOwnLine: 0
---
BasedOnStyle: WebKit
Language: ObjC