mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:12:43 +00:00 
			
		
		
		
	 66a89bd695
			
		
	
	
		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.
		
			
				
	
	
		
			34 lines
		
	
	
	
		
			793 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			34 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
 | |
| 
 | |
| ...
 |