mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
852ae6c195
Now that clang-format-14 ubuntu packages are available, it's time to finally upgrade our clang-format version. This version brings with it a bunch of useful features with const-placement being the most notable. These will be enabled in the following commits.
13 lines
325 B
YAML
13 lines
325 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: WebKit
|
|
SpaceAfterTemplateKeyword: false
|
|
AlignEscapedNewlines: Left
|
|
AlignTrailingComments: true
|
|
BreakBeforeInheritanceComma: true
|
|
BreakConstructorInitializers: BeforeComma
|
|
IndentPPDirectives: AfterHash
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterFunction: true
|
|
NamespaceIndentation: None
|