mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +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:
parent
db5bde01dc
commit
1e733b1cf4
Notes:
sideshowbarker
2024-07-17 18:46:30 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/1e733b1cf4 Pull-request: https://github.com/SerenityOS/serenity/pull/19876 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/BertalanD
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue