mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-28 04:01:10 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			309 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			309 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| root = true
 | |
| 
 | |
| [*]
 | |
| charset = utf-8
 | |
| end_of_line = lf
 | |
| insert_final_newline = true
 | |
| indent_style = space
 | |
| indent_size = 4
 | |
| trim_trailing_whitespace = true
 | |
| 
 | |
| [*.md]
 | |
| trim_trailing_whitespace = false
 | |
| 
 | |
| [*.yml]
 | |
| indent_style = space
 | |
| indent_size = 2
 | |
| 
 | |
| [*.vue]
 | |
| indent_size = 2
 | |
| 
 | |
| [*.js]
 | |
| indent_size = 2
 | |
| 
 | |
| [*.json]
 | |
| indent_size = 2
 |