You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
563 B
25 lines
563 B
![]()
2 years ago
|
---
|
||
|
AlignConsecutiveAssignments: true
|
||
|
AlignConsecutiveDeclarations: true
|
||
|
AlignEscapedNewlinesLeft: true
|
||
|
BasedOnStyle: Mozilla
|
||
|
BraceWrapping:
|
||
|
AfterNamespace: false
|
||
|
AfterClass: true
|
||
|
AfterEnum: false
|
||
|
AfterExternBlock: false
|
||
|
AfterFunction: true
|
||
|
AfterStruct: false
|
||
|
SplitEmptyFunction: false
|
||
|
SplitEmptyRecord: false
|
||
|
BreakBeforeBraces: Custom
|
||
|
Cpp11BracedListStyle: true
|
||
|
IndentCaseLabels: false
|
||
|
IndentPPDirectives: AfterHash
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||
|
SpacesInContainerLiterals: false
|
||
|
StatementMacros:
|
||
|
- SERD_API
|
||
|
- SERD_DEPRECATED_BY
|
||
|
...
|