12 lines
		
	
	
	
		
			246 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			246 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
BasedOnStyle: WebKit
 | 
						|
AllowShortLoopsOnASingleLine: 'false'
 | 
						|
AlwaysBreakAfterDefinitionReturnType: false
 | 
						|
BreakBeforeBraces: Allman
 | 
						|
IndentCaseLabels: 'true'
 | 
						|
PointerAlignment: Left
 | 
						|
TabWidth: '4'
 | 
						|
UseTab: ForIndentation
 | 
						|
SortIncludes: false
 | 
						|
 | 
						|
...
 |