mirror of
https://github.com/SerenityOS/serenity
synced 2024-11-03 03:29:38 +00:00
c911781c21
This is a new option in clang-format-16.
22 lines
555 B
YAML
22 lines
555 B
YAML
---
|
|
Language: Cpp
|
|
AlignEscapedNewlines: Left
|
|
AlignTrailingComments:
|
|
Kind: Always
|
|
OverEmptyLines: 0
|
|
BasedOnStyle: WebKit
|
|
BraceWrapping:
|
|
AfterFunction: true
|
|
BreakBeforeBraces: Custom
|
|
BreakBeforeInheritanceComma: true
|
|
BreakConstructorInitializers: BeforeComma
|
|
IndentPPDirectives: AfterHash
|
|
IndentRequiresClause: false
|
|
InsertNewlineAtEOF: true
|
|
LineEnding: LF
|
|
NamespaceIndentation: None
|
|
QualifierAlignment: Right
|
|
RemoveSemicolon: true
|
|
RequiresClausePosition: WithFollowing
|
|
RequiresExpressionIndentation: OuterScope
|
|
SpaceAfterTemplateKeyword: false
|