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