17 lines
		
	
	
	
		
			384 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			384 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| AlignAfterOpenBracket: AlwaysBreak
 | |
| AllowShortFunctionsOnASingleLine: false
 | |
| AllowShortLoopsOnASingleLine: false
 | |
| AlwaysBreakAfterDefinitionReturnType: false
 | |
| BasedOnStyle: WebKit
 | |
| BinPackArguments: true
 | |
| BinPackParameters: false
 | |
| BreakBeforeBraces: Allman
 | |
| ColumnLimit: 100
 | |
| IndentCaseLabels: 'true'
 | |
| PointerAlignment: Left
 | |
| SortIncludes: false
 | |
| TabWidth: '4'
 | |
| UseTab: ForIndentation
 | |
| 
 | |
| ...
 |