2024-05-27 05:40:36 -04:00
|
|
|
---
|
2024-06-07 04:23:11 -04:00
|
|
|
AlignConsecutiveAssignments: true
|
2024-06-08 04:57:32 -04:00
|
|
|
AllowShortBlocksOnASingleLine: Always
|
|
|
|
AllowShortCompoundRequirementOnASingleLine: true
|
|
|
|
AllowShortIfStatementsOnASingleLine: WithoutElse
|
2024-06-07 04:23:11 -04:00
|
|
|
AllowShortLoopsOnASingleLine: true
|
2024-05-29 06:39:39 -04:00
|
|
|
BasedOnStyle: Chromium
|
2024-06-01 06:59:01 -04:00
|
|
|
IndentAccessModifiers: false
|
2024-06-07 04:23:11 -04:00
|
|
|
IndentExternBlock: Indent
|
|
|
|
Language: Cpp
|
2024-05-31 22:59:00 -04:00
|
|
|
NamespaceIndentation: All
|
2024-06-01 06:59:01 -04:00
|
|
|
SpaceBeforeCpp11BracedList: true
|
|
|
|
SpacesBeforeTrailingComments: 1
|
2024-06-07 04:23:11 -04:00
|
|
|
|
2024-06-02 06:03:21 -04:00
|
|
|
IncludeBlocks: Regroup
|
|
|
|
IncludeCategories:
|
|
|
|
- Regex: '".*"'
|
|
|
|
Priority: 1
|
|
|
|
- Regex: '<.*>'
|
|
|
|
Priority: -1
|