serenity/.clang-format
Timothy Flynn 1e733b1cf4 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.
2023-07-08 10:32:56 +01:00

17 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