10 lines
		
	
	
	
		
			262 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			262 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| BasedOnStyle: LLVM
 | |
| IndentWidth: 4
 | |
| TabWidth: 4
 | |
| UseTab: Always
 | |
| BreakBeforeBraces: Attach
 | |
| ColumnLimit: 100
 | |
| PenaltyReturnTypeOnItsOwnLine: 1000000
 | |
| AlwaysBreakAfterDefinitionReturnType: None
 | |
| AlwaysBreakAfterDefinitionReturnType: None
 | |
| SeparateDefinitionBlocks: Always
 |