You've already forked simple-icons
							
							
				mirror of
				https://github.com/simple-icons/simple-icons.git
				synced 2025-10-30 23:07:47 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			316 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			316 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| root=true
 | |
| 
 | |
| [*]
 | |
| charset=utf-8
 | |
| indent_style=tab
 | |
| insert_final_newline=true
 | |
| trim_trailing_whitespace=true
 | |
| 
 | |
| [*.md]
 | |
| indent_style = space
 | |
| indent_size=unset
 | |
| 
 | |
| [*.svg]
 | |
| insert_final_newline=false
 | |
| 
 | |
| [*.yml]
 | |
| indent_style=space
 | |
| 
 | |
| [.github/**/*.md]
 | |
| trim_trailing_whitespace=false # Templates with trailing whitespace are more usable
 |