mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Change tab width go,tmpl,html to 2 (#12572)
Make it easier to edit deeply nested code. I plan to convert Less to 2-space so that we have standardized indentation width in the codebase. Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
		@@ -11,7 +11,7 @@ trim_trailing_whitespace = false
 | 
			
		||||
 | 
			
		||||
[*.{go,tmpl,html}]
 | 
			
		||||
indent_style = tab
 | 
			
		||||
indent_size = 4
 | 
			
		||||
indent_size = 2
 | 
			
		||||
 | 
			
		||||
[*.{less,css}]
 | 
			
		||||
indent_style = space
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user