Planning to come back to this and eval some state. Not ready to fully come back still out learning from the past.
		
			
				
	
	
		
			27 lines
		
	
	
		
			348 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			348 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| root = true
 | |
| 
 | |
| [*.refactor]
 | |
| indent_style = space
 | |
| indent_size  = 4
 | |
| 
 | |
| [*.md]
 | |
| indent_style = space
 | |
| indent_size  = 4
 | |
| 
 | |
| [*.{h, c, hpp, cpp}]
 | |
| indent_style = tab
 | |
| indent_size  = 4
 | |
| 
 | |
| [*.{ps1, psm1}]
 | |
| indent_style = tab
 | |
| indent_size  = 4
 | |
| 
 | |
| [*.odin]
 | |
| indent_style = tab
 | |
| indent_size  = 2
 | |
| charset = utf-8
 | |
| 
 | |
| [*.{natvis, natstepfilter}]
 | |
| indent_style = tab
 | |
| indent_size  = 4
 |