mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:22:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			351 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			351 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
 | |
| QualifierAlignment: Right
 | 
