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