You've already forked mastodon-utils
							
							
				mirror of
				https://github.com/jakejarvis/mastodon-utils.git
				synced 2025-11-04 10:20:11 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			249 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			249 B
		
	
	
	
		
			INI
		
	
	
	
	
	
# http://editorconfig.org
 | 
						|
 | 
						|
# this file is the top-most editorconfig file
 | 
						|
root = true
 | 
						|
 | 
						|
[*]
 | 
						|
charset = utf-8
 | 
						|
end_of_line = lf
 | 
						|
indent_style = space
 | 
						|
indent_size = 2
 | 
						|
trim_trailing_whitespace = true
 | 
						|
insert_final_newline = true
 | 
						|
 | 
						|
[*.conf]
 | 
						|
indent_style = tab
 |