2019-05-28 05:53:16 -04:00
|
|
|
---
|
|
|
|
Language: Cpp
|
|
|
|
BasedOnStyle: WebKit
|
|
|
|
SpaceAfterTemplateKeyword: false
|
2022-02-06 14:05:35 -05:00
|
|
|
AlignEscapedNewlines: Left
|
2019-05-28 05:53:16 -04:00
|
|
|
AlignTrailingComments: true
|
|
|
|
BreakBeforeInheritanceComma: true
|
|
|
|
BreakConstructorInitializers: BeforeComma
|
|
|
|
IndentPPDirectives: AfterHash
|
|
|
|
BreakBeforeBraces: Custom
|
|
|
|
BraceWrapping:
|
|
|
|
AfterFunction: true
|
2020-03-14 05:10:21 -04:00
|
|
|
NamespaceIndentation: None
|
2022-02-06 14:15:10 -05:00
|
|
|
QualifierAlignment: Right
|
2022-10-16 18:05:51 -04:00
|
|
|
RequiresClausePosition: WithFollowing
|
|
|
|
IndentRequiresClause: false
|