mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-05 05:56:53 +03:00
66a89bd695
We can (and have to) remove the C++ language identifier from the main set of rules. This will allow these rule to propagate to all languages.
35 lines
793 B
YAML
35 lines
793 B
YAML
---
|
|
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
|
|
|
|
---
|
|
Language: ObjC
|
|
BinPackParameters: false
|
|
BraceWrapping:
|
|
AfterObjCDeclaration: true
|
|
ObjCBinPackProtocolList: Never
|
|
ObjCBlockIndentWidth: 4
|
|
ObjCBreakBeforeNestedBlockParam: true
|
|
ObjCSpaceAfterProperty: true
|
|
ObjCSpaceBeforeProtocolList: true
|
|
|
|
...
|