12 lines
		
	
	
		
			238 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			238 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| BasedOnStyle: Google
 | |
| IndentWidth: 4
 | |
| ---
 | |
| Language: Cpp
 | |
| ColumnLimit: 90
 | |
| AlignConsecutiveAssignments: true
 | |
| DerivePointerAlignment: false
 | |
| PointerAlignment: Left
 | |
| BinPackArguments: false
 | |
| BinPackParameters: false
 | |
| IndentAccessModifiers: false |