mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
1e733b1cf4
Except for Language, which is typically first. This helps when scrolling down the list of options in the clang-format documentation.
16 lines
417 B
YAML
16 lines
417 B
YAML
---
|
|
Language: Cpp
|
|
AlignEscapedNewlines: Left
|
|
AlignTrailingComments: true
|
|
BasedOnStyle: WebKit
|
|
BraceWrapping:
|
|
AfterFunction: true
|
|
BreakBeforeBraces: Custom
|
|
BreakBeforeInheritanceComma: true
|
|
BreakConstructorInitializers: BeforeComma
|
|
IndentPPDirectives: AfterHash
|
|
IndentRequiresClause: false
|
|
NamespaceIndentation: None
|
|
QualifierAlignment: Right
|
|
RequiresClausePosition: WithFollowing
|
|
SpaceAfterTemplateKeyword: false
|