mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +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
|
||||
BasedOnStyle: WebKit
|
||||
SpaceAfterTemplateKeyword: false
|
||||
AlignEscapedNewlines: Left
|
||||
AlignTrailingComments: true
|
||||
BasedOnStyle: WebKit
|
||||
BraceWrapping:
|
||||
AfterFunction: true
|
||||
BreakBeforeBraces: Custom
|
||||
BreakBeforeInheritanceComma: true
|
||||
BreakConstructorInitializers: BeforeComma
|
||||
IndentPPDirectives: AfterHash
|
||||
BreakBeforeBraces: Custom
|
||||
BraceWrapping:
|
||||
AfterFunction: true
|
||||
IndentRequiresClause: false
|
||||
NamespaceIndentation: None
|
||||
QualifierAlignment: Right
|
||||
RequiresClausePosition: WithFollowing
|
||||
IndentRequiresClause: false
|
||||
SpaceAfterTemplateKeyword: false
|
||||
|
|
Loading…
Reference in a new issue