16 lines
		
	
	
	
		
			467 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			467 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
|   BasedOnStyle: Google
 | |
|   AccessModifierOffset: '-2'
 | |
|   AlignTrailingComments: 'true'
 | |
|   AllowAllParametersOfDeclarationOnNextLine: 'false'
 | |
|   AlwaysBreakTemplateDeclarations: 'No'
 | |
|   BreakBeforeBraces: Attach
 | |
|   ColumnLimit: '100'
 | |
|   ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
 | |
|   IncludeBlocks: Regroup
 | |
|   IndentPPDirectives: AfterHash
 | |
|   IndentWidth: '2'
 | |
|   NamespaceIndentation: All
 | |
|   BreakBeforeBinaryOperators: All
 | |
|   BreakBeforeTernaryOperators: 'true'
 | |
| ...
 |