Cover go.mod and go.sum in .editorconfig (#33960)
		
	These files were previously set to use spaces for indendation but they are supposed to use tabs, so set this in editorconfig. (cherry picked from commit d1a755e5b7c676750f3dfad2254e047e2d23c4ac)
This commit is contained in:
		
					parent
					
						
							
								9d8624f341
							
						
					
				
			
			
				commit
				
					
						9018e5bc19
					
				
			
		
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -12,6 +12,9 @@ insert_final_newline = true
 | 
			
		|||
[{*.{go,tmpl,html},Makefile,go.mod}]
 | 
			
		||||
indent_style = tab
 | 
			
		||||
 | 
			
		||||
[go.*]
 | 
			
		||||
indent_style = tab
 | 
			
		||||
 | 
			
		||||
[templates/custom/*.tmpl]
 | 
			
		||||
insert_final_newline = false
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue