mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	 d42ad81e22
			
		
	
	d42ad81e22
	
	
	
		
			
			Add a .editorconfig file which editors can use for basic formatting details of files, such as tabs/spaces, line endings etc. Signed-off-by: Rebecca Cran <rebecca@bsdio.com> Reviewed-by: Ard Biesheuvel <ardb@kernel.org> Acked-by: Michael D Kinney <michael.d.kinney@intel.com>
		
			
				
	
	
		
			32 lines
		
	
	
		
			455 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			455 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| # EditorConfig file: https://EditorConfig.org
 | |
| 
 | |
| root = true
 | |
| 
 | |
| [*]
 | |
| charset = latin1
 | |
| end_of_line = crlf
 | |
| indent_style = space
 | |
| indent_size = 2
 | |
| insert_final_newline = true
 | |
| trim_trailing_whitespace = true
 | |
| 
 | |
| [*.py]
 | |
| charset = utf-8
 | |
| indent_style = space
 | |
| indent_size = 4
 | |
| 
 | |
| [*.sh]
 | |
| end_of_line = lf
 | |
| 
 | |
| [.gitattributes]
 | |
| end_of_line = lf
 | |
| 
 | |
| [.mailmap]
 | |
| charset = utf-8
 | |
| 
 | |
| [Maintainers.txt]
 | |
| charset = utf-8
 | |
| 
 | |
| [Makefile,GNUmakefile]
 | |
| indent_style = tab
 |