forked from mirrors/qmk_userspace
		
	Clang-format tweaks (#15906)
This commit is contained in:
		
					parent
					
						
							
								17c0ca6fa4
							
						
					
				
			
			
				commit
				
					
						e596ece87a
					
				
			
		
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -5,6 +5,9 @@ AlignConsecutiveAssignments: 'true'
 | 
				
			||||||
AlignConsecutiveDeclarations: 'true'
 | 
					AlignConsecutiveDeclarations: 'true'
 | 
				
			||||||
AlignOperands: 'true'
 | 
					AlignOperands: 'true'
 | 
				
			||||||
AllowAllParametersOfDeclarationOnNextLine: 'false'
 | 
					AllowAllParametersOfDeclarationOnNextLine: 'false'
 | 
				
			||||||
 | 
					AllowShortCaseLabelsOnASingleLine: 'false'
 | 
				
			||||||
 | 
					AllowShortFunctionsOnASingleLine: Empty
 | 
				
			||||||
 | 
					AllowShortLoopsOnASingleLine: 'false'
 | 
				
			||||||
AlwaysBreakAfterDefinitionReturnType: None
 | 
					AlwaysBreakAfterDefinitionReturnType: None
 | 
				
			||||||
AlwaysBreakAfterReturnType: None
 | 
					AlwaysBreakAfterReturnType: None
 | 
				
			||||||
AlwaysBreakBeforeMultilineStrings: 'false'
 | 
					AlwaysBreakBeforeMultilineStrings: 'false'
 | 
				
			||||||
| 
						 | 
					@ -20,6 +23,7 @@ SortIncludes: 'false'
 | 
				
			||||||
SpaceBeforeAssignmentOperators: 'true'
 | 
					SpaceBeforeAssignmentOperators: 'true'
 | 
				
			||||||
SpaceBeforeParens: ControlStatements
 | 
					SpaceBeforeParens: ControlStatements
 | 
				
			||||||
SpaceInEmptyParentheses: 'false'
 | 
					SpaceInEmptyParentheses: 'false'
 | 
				
			||||||
 | 
					SpacesBeforeTrailingComments: 1
 | 
				
			||||||
TabWidth: '4'
 | 
					TabWidth: '4'
 | 
				
			||||||
UseTab: Never
 | 
					UseTab: Never
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue