forked from mirrors/tftp-hpa-google
		
	Add EditorConfig support
Provide common indentation configuration for the source files. For more information, visit https://editorconfig.org/. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
This commit is contained in:
		
							parent
							
								
									5e8d5c24b2
								
							
						
					
					
						commit
						e52af4207a
					
				
					 1 changed files with 11 additions and 0 deletions
				
			
		
							
								
								
									
										11
									
								
								.editorconfig
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								.editorconfig
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,11 @@
 | 
				
			||||||
 | 
					root = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[*]
 | 
				
			||||||
 | 
					end_of_line = lf
 | 
				
			||||||
 | 
					trim_trailing_whitespace = true
 | 
				
			||||||
 | 
					insert_final_newline = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[{*.c,*.h}]
 | 
				
			||||||
 | 
					indent_style = space
 | 
				
			||||||
 | 
					indent_size = 4
 | 
				
			||||||
 | 
					tab_width = 4
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue