Add editorconfig
This commit is contained in:
		
							parent
							
								
									d441674477
								
							
						
					
					
						commit
						78f863f8ae
					
				
					 1 changed files with 19 additions and 0 deletions
				
			
		
							
								
								
									
										19
									
								
								.editorconfig
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								.editorconfig
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,19 @@
 | 
			
		|||
; https://editorconfig.org
 | 
			
		||||
 | 
			
		||||
root = true
 | 
			
		||||
 | 
			
		||||
[*]
 | 
			
		||||
end_of_line = lf
 | 
			
		||||
insert_final_newline = true
 | 
			
		||||
indent_style = space
 | 
			
		||||
indent_size = 4
 | 
			
		||||
 | 
			
		||||
[*.{c,h}]
 | 
			
		||||
indent_size = 2
 | 
			
		||||
 | 
			
		||||
[*.S]
 | 
			
		||||
indent_size = 8
 | 
			
		||||
 | 
			
		||||
[Makefile]
 | 
			
		||||
indent_style = tab
 | 
			
		||||
indent_size = 8
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue