mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			294 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			294 B
		
	
	
	
		
			INI
		
	
	
	
	
	
# See http://editorconfig.org
 | 
						|
 | 
						|
# top-most EditorConfig file
 | 
						|
root = true
 | 
						|
 | 
						|
# every file needs these
 | 
						|
[*]
 | 
						|
charset = utf-8
 | 
						|
end_of_line = lf
 | 
						|
trim_trailing_whitespace = true
 | 
						|
insert_final_newline = true
 | 
						|
indent_style = space
 | 
						|
indent_size = 2
 | 
						|
 | 
						|
# python scripts have 4 spaces indent
 | 
						|
[*.py]
 | 
						|
indent_size = 4
 |