2018-03-09 14:29:20 +02:00
|
|
|
---
|
|
|
|
|
Language: Cpp
|
2023-09-25 16:40:05 +03:00
|
|
|
BasedOnStyle: Google
|
2018-03-09 14:29:20 +02:00
|
|
|
AccessModifierOffset: -4
|
2023-09-25 02:35:55 +03:00
|
|
|
Standard: c++17
|
2018-03-09 14:29:20 +02:00
|
|
|
IndentWidth: 4
|
2023-09-25 02:35:55 +03:00
|
|
|
TabWidth: 4
|
2018-03-09 14:29:20 +02:00
|
|
|
UseTab: Never
|
2024-01-13 18:20:08 +02:00
|
|
|
ColumnLimit: 130
|
2023-09-25 02:35:55 +03:00
|
|
|
AlignAfterOpenBracket: Align
|
|
|
|
|
BinPackParameters: false
|
|
|
|
|
AlignEscapedNewlines: Left
|
|
|
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
|
|
|
PackConstructorInitializers: Never
|
2023-09-25 16:17:56 +03:00
|
|
|
BreakConstructorInitializersBeforeComma: false
|
2023-09-25 02:35:55 +03:00
|
|
|
IndentPPDirectives: BeforeHash
|
2023-09-29 00:20:26 +03:00
|
|
|
SortIncludes: CaseInsensitive
|
2018-03-09 14:29:20 +02:00
|
|
|
...
|
|
|
|
|
|