mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			471 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			471 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| IndentWidth: 4
 | |
| Language: Cpp
 | |
| AlignAfterOpenBracket: Align
 | |
| SortIncludes: false
 | |
| ColumnLimit: 104
 | |
| PointerAlignment: Right
 | |
| AllowShortFunctionsOnASingleLine: false
 | |
| AllowShortIfStatementsOnASingleLine: false
 | |
| BinPackArguments: true
 | |
| BinPackParameters: true
 | |
| SpaceAfterCStyleCast: true
 | |
| BreakBeforeBraces: Attach
 | |
| BreakBeforeTernaryOperators: true
 | |
| BreakBeforeBinaryOperators: NonAssignment
 | |
| Cpp11BracedListStyle: false
 | |
| IndentCaseLabels: true
 | |
| AlignTrailingComments: true
 | |
| UseTab: Never
 | 
