14 lines
		
	
	
		
			349 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			349 B
		
	
	
	
		
			YAML
		
	
	
	
BasedOnStyle: Google
 | 
						|
 | 
						|
AccessModifierOffset: -4
 | 
						|
AlignOperands: false
 | 
						|
AllowShortFunctionsOnASingleLine: Inline
 | 
						|
AlwaysBreakBeforeMultilineStrings: false
 | 
						|
ColumnLimit: 100
 | 
						|
CommentPragmas: NOLINT:.*
 | 
						|
ConstructorInitializerIndentWidth: 6
 | 
						|
ContinuationIndentWidth: 8
 | 
						|
IndentWidth: 4
 | 
						|
PenaltyBreakBeforeFirstCallParameter: 100000
 | 
						|
SpacesBeforeTrailingComments: 1
 |