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.
24 lines
563 B
24 lines
563 B
--- |
|
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 |
|
...
|
|
|