mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 06:24:58 +00:00

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
|