mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			194 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			194 B
		
	
	
	
		
			INI
		
	
	
	
	
	
root = true
 | 
						|
 | 
						|
[*]
 | 
						|
indent_style = tab
 | 
						|
indent_size = tab
 | 
						|
trim_trailing_whitespace = true
 | 
						|
insert_final_newline = true
 | 
						|
 | 
						|
[abc/**]
 | 
						|
indent_style = space
 | 
						|
indent_size = 2
 | 
						|
trim_trailing_whitespace = false
 |