This was added some time ago, but I suspect largely unused. Christoph pointed out of few contradictions to actual convention, so that's fixed. But, I suspect it is largely incomplete.
		
			
				
	
	
		
			14 lines
		
	
	
		
			379 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			379 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
Language: Cpp
 | 
						|
IndentWidth: 4
 | 
						|
PointerAlignment: Left
 | 
						|
BreakBeforeBraces: Custom
 | 
						|
BraceWrapping: { AfterFunction: true, AfterControlStatement: false }
 | 
						|
IndentCaseLabels: false
 | 
						|
ReflowComments: false
 | 
						|
ColumnLimit: 120
 | 
						|
AccessModifierOffset: -4
 | 
						|
AlignTrailingComments: true
 | 
						|
AllowShortBlocksOnASingleLine: false
 | 
						|
AllowShortIfStatementsOnASingleLine: false
 | 
						|
AllowShortLoopsOnASingleLine: false
 |