You've already forked watchtower
							
							
				mirror of
				https://github.com/containrrr/watchtower.git
				synced 2025-10-31 00:17:44 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			182 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			182 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| root = true
 | |
| 
 | |
| [*]
 | |
| end_of_line = lf
 | |
| insert_final_newline = true
 | |
| charset = utf-8
 | |
| 
 | |
| [*.css]
 | |
| indent_style = space
 | |
| indent_size = 2
 | |
| 
 | |
| [{go.mod,go.sum,*.go}]
 | |
| indent_style = tab
 | |
| indent_size = 4 |