mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 13:22:31 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			828 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			31 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
 | |
| 
 | |
| ...
 | 
