30 lines
		
	
	
	
		
			828 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
	
		
			828 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
BasedOnStyle: Google
 | 
						|
AlignAfterOpenBracket: Align
 | 
						|
AlignConsecutiveAssignments: 'true'
 | 
						|
AlignConsecutiveDeclarations: 'true'
 | 
						|
AlignOperands: 'true'
 | 
						|
AllowAllParametersOfDeclarationOnNextLine: 'false'
 | 
						|
AllowShortCaseLabelsOnASingleLine: 'false'
 | 
						|
AllowShortFunctionsOnASingleLine: Empty
 | 
						|
AllowShortLoopsOnASingleLine: 'false'
 | 
						|
AlwaysBreakAfterDefinitionReturnType: None
 | 
						|
AlwaysBreakAfterReturnType: None
 | 
						|
AlwaysBreakBeforeMultilineStrings: 'false'
 | 
						|
BinPackArguments: 'true'
 | 
						|
BinPackParameters: 'true'
 | 
						|
ColumnLimit: '1000'
 | 
						|
IndentCaseLabels: 'true'
 | 
						|
IndentPPDirectives: AfterHash
 | 
						|
IndentWidth: '4'
 | 
						|
MaxEmptyLinesToKeep: '1'
 | 
						|
PointerAlignment: Right
 | 
						|
SortIncludes: 'false'
 | 
						|
SpaceBeforeAssignmentOperators: 'true'
 | 
						|
SpaceBeforeParens: ControlStatements
 | 
						|
SpaceInEmptyParentheses: 'false'
 | 
						|
SpacesBeforeTrailingComments: 1
 | 
						|
TabWidth: '4'
 | 
						|
UseTab: Never
 | 
						|
 | 
						|
...
 |