mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 09:18:05 +03:00
13 lines
298 B
Plaintext
13 lines
298 B
Plaintext
|
---
|
||
|
Language: Cpp
|
||
|
BasedOnStyle: WebKit
|
||
|
SpaceAfterTemplateKeyword: false
|
||
|
AlignEscapedNewlines: true
|
||
|
AlignTrailingComments: true
|
||
|
BreakBeforeInheritanceComma: true
|
||
|
BreakConstructorInitializers: BeforeComma
|
||
|
IndentPPDirectives: AfterHash
|
||
|
BreakBeforeBraces: Custom
|
||
|
BraceWrapping:
|
||
|
AfterFunction: true
|