mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
0376c127f6
This ensures 'east-const' order.
15 lines
351 B
YAML
15 lines
351 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: WebKit
|
|
SpaceAfterTemplateKeyword: false
|
|
AlignEscapedNewlines: Left
|
|
AlignTrailingComments: true
|
|
BreakBeforeInheritanceComma: true
|
|
BreakConstructorInitializers: BeforeComma
|
|
IndentPPDirectives: AfterHash
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterFunction: true
|
|
NamespaceIndentation: None
|
|
QualifierAlignment: Right
|