3 changed files with 21 additions and 18 deletions
			
			
		@ -1,13 +1,16 @@ | 
				
			|||||||
 | 
					AlignAfterOpenBracket: Align | 
				
			||||||
 | 
					AlignConsecutiveMacros: 'true' | 
				
			||||||
AlignConsecutiveAssignments: 'true' | 
					AlignConsecutiveAssignments: 'true' | 
				
			||||||
 | 
					AlignConsecutiveDeclarations: 'true' | 
				
			||||||
AlignTrailingComments: 'true' | 
					AlignTrailingComments: 'true' | 
				
			||||||
AllowShortBlocksOnASingleLine: 'false' | 
					 | 
				
			||||||
AllowShortCaseLabelsOnASingleLine: 'false' | 
					 | 
				
			||||||
AllowShortFunctionsOnASingleLine: None | 
					 | 
				
			||||||
AllowShortIfStatementsOnASingleLine: Never | 
					 | 
				
			||||||
AllowShortLoopsOnASingleLine: 'false' | 
					 | 
				
			||||||
BreakBeforeBraces: Allman | 
					BreakBeforeBraces: Allman | 
				
			||||||
ColumnLimit: '120' | 
					IndentCaseLabels: 'true' | 
				
			||||||
IndentWidth: '4' | 
					IndentWidth: '4' | 
				
			||||||
 | 
					Language: Cpp | 
				
			||||||
PointerAlignment: Right | 
					PointerAlignment: Right | 
				
			||||||
SortIncludes: 'false' | 
					SortIncludes: 'true' | 
				
			||||||
 | 
					SpaceBeforeParens: ControlStatements | 
				
			||||||
 | 
					SpaceBeforeRangeBasedForLoopColon: 'true' | 
				
			||||||
 | 
					SpaceInEmptyParentheses: 'false' | 
				
			||||||
 | 
					UseTab: Never | 
				
			||||||
 | 
					ColumnLimit: 80 | 
				
			||||||
					Loading…
					
					
				
		Reference in new issue