mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Add a .clang-format
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
		
							parent
							
								
									05a5027db8
								
							
						
					
					
						commit
						02e7d931a7
					
				
					 1 changed files with 13 additions and 0 deletions
				
			
		
							
								
								
									
										13
									
								
								.clang-format
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								.clang-format
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,13 @@
 | 
				
			||||||
 | 
					# Default Linux style
 | 
				
			||||||
 | 
					BasedOnStyle: LLVM
 | 
				
			||||||
 | 
					IndentWidth: 8
 | 
				
			||||||
 | 
					UseTab: Always
 | 
				
			||||||
 | 
					BreakBeforeBraces: Linux
 | 
				
			||||||
 | 
					AllowShortIfStatementsOnASingleLine: false
 | 
				
			||||||
 | 
					IndentCaseLabels: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# From CodingReadme
 | 
				
			||||||
 | 
					TabWidth: 8
 | 
				
			||||||
 | 
					ContinuationIndentWidth: 2
 | 
				
			||||||
 | 
					ColumnLimit: 150
 | 
				
			||||||
 | 
					# BreakBeforeBraces: Linux
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue