12 lines
		
	
	
		
			285 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			285 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| BasedOnStyle: LLVM
 | |
| ColumnLimit: 80
 | |
| IndentWidth: 4
 | |
| TabWidth: 4
 | |
| UseTab: ForContinuationAndIndentation
 | |
| AlwaysBreakAfterReturnType: AllDefinitions
 | |
| BreakBeforeBraces: Linux
 | |
| SpaceAfterCStyleCast: true
 | |
| AlignAfterOpenBracket: DontAlign
 | |
| AlignOperands: DontAlign
 | |
| SpacesBeforeTrailingComments: 2
 |