mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Meta: Alphabetize clang-format options
Except for Language, which is typically first. This helps when scrolling down the list of options in the clang-format documentation.
This commit is contained in:
committed by
Linus Groh
parent
db5bde01dc
commit
1e733b1cf4
@@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
Language: Cpp
|
Language: Cpp
|
||||||
BasedOnStyle: WebKit
|
|
||||||
SpaceAfterTemplateKeyword: false
|
|
||||||
AlignEscapedNewlines: Left
|
AlignEscapedNewlines: Left
|
||||||
AlignTrailingComments: true
|
AlignTrailingComments: true
|
||||||
|
BasedOnStyle: WebKit
|
||||||
|
BraceWrapping:
|
||||||
|
AfterFunction: true
|
||||||
|
BreakBeforeBraces: Custom
|
||||||
BreakBeforeInheritanceComma: true
|
BreakBeforeInheritanceComma: true
|
||||||
BreakConstructorInitializers: BeforeComma
|
BreakConstructorInitializers: BeforeComma
|
||||||
IndentPPDirectives: AfterHash
|
IndentPPDirectives: AfterHash
|
||||||
BreakBeforeBraces: Custom
|
IndentRequiresClause: false
|
||||||
BraceWrapping:
|
|
||||||
AfterFunction: true
|
|
||||||
NamespaceIndentation: None
|
NamespaceIndentation: None
|
||||||
QualifierAlignment: Right
|
QualifierAlignment: Right
|
||||||
RequiresClausePosition: WithFollowing
|
RequiresClausePosition: WithFollowing
|
||||||
IndentRequiresClause: false
|
SpaceAfterTemplateKeyword: false
|
||||||
|
|||||||
Reference in New Issue
Block a user