🎨 Convert to a header-only library (#6)
This commit is contained in:
		
							
								
								
									
										24
									
								
								.clang-format
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								.clang-format
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,24 @@ | ||||
| AlignConsecutiveAssignments: true | ||||
| AlignConsecutiveDeclarations: true | ||||
| AlignTrailingComments: true | ||||
| AllowShortBlocksOnASingleLine: Empty | ||||
| AllowShortCaseLabelsOnASingleLine: true | ||||
| AllowShortIfStatementsOnASingleLine: WithoutElse | ||||
| BasedOnStyle: Microsoft | ||||
| BreakBeforeBraces: Allman | ||||
| ColumnLimit: 130 | ||||
| Cpp11BracedListStyle: true | ||||
| FixNamespaceComments: true | ||||
| IncludeBlocks: Regroup | ||||
| IndentPPDirectives: BeforeHash | ||||
| IndentWidth: 4 | ||||
| Language: Cpp | ||||
| NamespaceIndentation: All | ||||
| ReflowComments: true | ||||
| SortIncludes: true | ||||
| SortUsingDeclarations: true | ||||
| SpaceBeforeParens: ControlStatements | ||||
| SpaceInEmptyParentheses: false | ||||
| SpacesInParentheses: false | ||||
| Standard: c++11 | ||||
| UseTab: Never | ||||
		Reference in New Issue
	
	Block a user