mirror of
				https://github.com/thunderbrewhq/thunderbrew
				synced 2025-10-28 06:46:03 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			297 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			297 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| root = true
 | |
| 
 | |
| [src/**/*]
 | |
| charset = utf-8
 | |
| end_of_line = lf
 | |
| indent_size = 4
 | |
| indent_style = space
 | |
| insert_final_newline = true
 | |
| trim_trailing_whitespace = true
 | |
| 
 | |
| [test/**/*]
 | |
| charset = utf-8
 | |
| end_of_line = lf
 | |
| indent_size = 4
 | |
| indent_style = space
 | |
| insert_final_newline = true
 | |
| trim_trailing_whitespace = true
 | 
