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