Add .clang-format
This commit is contained in:
		
							
								
								
									
										17
									
								
								.clang-format
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								.clang-format
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
				
			|||||||
 | 
					BasedOnStyle: LLVM
 | 
				
			||||||
 | 
					AccessModifierOffset: -8
 | 
				
			||||||
 | 
					AllowAllConstructorInitializersOnNextLine: false
 | 
				
			||||||
 | 
					AlwaysBreakTemplateDeclarations: Yes
 | 
				
			||||||
 | 
					BraceWrapping:
 | 
				
			||||||
 | 
					  AfterFunction: true
 | 
				
			||||||
 | 
					  SplitEmptyFunction: true
 | 
				
			||||||
 | 
					BreakConstructorInitializers: BeforeColon
 | 
				
			||||||
 | 
					ColumnLimit: 90
 | 
				
			||||||
 | 
					ConstructorInitializerIndentWidth: 0
 | 
				
			||||||
 | 
					ContinuationIndentWidth: 8
 | 
				
			||||||
 | 
					IndentCaseLabels: false
 | 
				
			||||||
 | 
					IndentPPDirectives: AfterHash
 | 
				
			||||||
 | 
					IndentWidth: 8
 | 
				
			||||||
 | 
					Standard: c++17
 | 
				
			||||||
 | 
					TabWidth: 8
 | 
				
			||||||
 | 
					UseTab: Always
 | 
				
			||||||
		Reference in New Issue
	
	Block a user