19 lines
		
	
	
		
			591 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			591 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
IndentWidth: 4
 | 
						|
AlignAfterOpenBracket: Align
 | 
						|
AlignArrayOfStructures: Right
 | 
						|
AlignConsecutiveAssignments: true
 | 
						|
AlignConsecutiveMacros: true
 | 
						|
AllowAllArgumentsOnNextLine: false
 | 
						|
AllowAllParametersOfDeclarationOnNextLine: false
 | 
						|
AllowShortBlocksOnASingleLine: Never
 | 
						|
AllowShortCaseLabelsOnASingleLine: false
 | 
						|
AllowShortEnumsOnASingleLine: false
 | 
						|
AllowShortFunctionsOnASingleLine: None
 | 
						|
AllowShortIfStatementsOnASingleLine: Never
 | 
						|
AlwaysBreakAfterReturnType: None
 | 
						|
BinPackArguments: false
 | 
						|
BinPackParameters: false
 | 
						|
BreakBeforeBraces: Attach
 | 
						|
IndentPPDirectives: None
 | 
						|
PointerAlignment: Right 
 | 
						|
ColumnLimit: 100 |