2019-05-28 06:53:16 -03:00
|
|
|
---
|
|
|
|
|
Language: Cpp
|
|
|
|
|
BasedOnStyle: WebKit
|
|
|
|
|
SpaceAfterTemplateKeyword: false
|
|
|
|
|
AlignEscapedNewlines: true
|
|
|
|
|
AlignTrailingComments: true
|
|
|
|
|
BreakBeforeInheritanceComma: true
|
|
|
|
|
BreakConstructorInitializers: BeforeComma
|
|
|
|
|
IndentPPDirectives: AfterHash
|
|
|
|
|
BreakBeforeBraces: Custom
|
|
|
|
|
BraceWrapping:
|
|
|
|
|
AfterFunction: true
|
2020-03-14 06:10:21 -03:00
|
|
|
NamespaceIndentation: None
|