2017-04-06 02:06:42 +03:00
|
|
|
---
|
|
|
|
Language: Cpp
|
2021-09-18 01:22:33 +03:00
|
|
|
Standard: c++17
|
|
|
|
AccessModifierOffset: -4
|
2017-08-26 11:33:26 +03:00
|
|
|
AlignAfterOpenBracket: Align
|
|
|
|
AlignConsecutiveAssignments: true
|
2017-10-22 19:03:55 +03:00
|
|
|
AllowShortFunctionsOnASingleLine: true
|
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
|
2021-09-18 01:22:33 +03:00
|
|
|
IndentWidth: 4
|
2017-08-26 11:33:26 +03:00
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
2017-04-06 02:06:42 +03:00
|
|
|
PointerAlignment: Right
|
2017-11-06 00:04:55 +03:00
|
|
|
Cpp11BracedListStyle: true
|