mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-05 05:56:53 +03:00
14 lines
325 B
YAML
14 lines
325 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: WebKit
|
|
SpaceAfterTemplateKeyword: false
|
|
AlignEscapedNewlines: true
|
|
AlignTrailingComments: true
|
|
BreakBeforeInheritanceComma: true
|
|
BreakConstructorInitializers: BeforeComma
|
|
IndentPPDirectives: AfterHash
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterFunction: true
|
|
NamespaceIndentation: None
|