11 lines
		
	
	
		
			281 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			281 B
		
	
	
	
		
			YAML
		
	
	
	
BasedOnStyle: Google
 | 
						|
AllowShortFunctionsOnASingleLine: Inline
 | 
						|
AllowShortIfStatementsOnASingleLine: false
 | 
						|
AllowShortLoopsOnASingleLine: false
 | 
						|
BinPackArguments: false
 | 
						|
BinPackParameters: false
 | 
						|
CommentPragmas: NOLINT:.*
 | 
						|
DerivePointerAlignment: false
 | 
						|
PointerAlignment: Left
 | 
						|
TabWidth: 2
 |