mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Reindent Less to 2-space (#12602)
Reindent and unify codebase to 2-space indentation.
This commit is contained in:
		@@ -1,28 +1,22 @@
 | 
			
		||||
root = true
 | 
			
		||||
 | 
			
		||||
[*]
 | 
			
		||||
charset = utf-8
 | 
			
		||||
insert_final_newline = true
 | 
			
		||||
trim_trailing_whitespace = true
 | 
			
		||||
indent_style = space
 | 
			
		||||
indent_size = 2
 | 
			
		||||
tab_width = 2
 | 
			
		||||
end_of_line = lf
 | 
			
		||||
 | 
			
		||||
[*.md]
 | 
			
		||||
trim_trailing_whitespace = false
 | 
			
		||||
charset = utf-8
 | 
			
		||||
trim_trailing_whitespace = true
 | 
			
		||||
insert_final_newline = true
 | 
			
		||||
 | 
			
		||||
[*.{go,tmpl,html}]
 | 
			
		||||
indent_style = tab
 | 
			
		||||
indent_size = 2
 | 
			
		||||
 | 
			
		||||
[*.{less,css}]
 | 
			
		||||
indent_style = space
 | 
			
		||||
indent_size = 4
 | 
			
		||||
 | 
			
		||||
[*.{js,json,yml}]
 | 
			
		||||
indent_style = space
 | 
			
		||||
indent_size = 2
 | 
			
		||||
 | 
			
		||||
[Makefile]
 | 
			
		||||
indent_style = tab
 | 
			
		||||
 | 
			
		||||
[*.svg]
 | 
			
		||||
insert_final_newline = false
 | 
			
		||||
 | 
			
		||||
[*.md]
 | 
			
		||||
trim_trailing_whitespace = false
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ rules:
 | 
			
		||||
  color-hex-length: null
 | 
			
		||||
  comment-empty-line-before: null
 | 
			
		||||
  declaration-empty-line-before: null
 | 
			
		||||
  indentation: 4
 | 
			
		||||
  indentation: 2
 | 
			
		||||
  no-descending-specificity: null
 | 
			
		||||
  number-leading-zero: never
 | 
			
		||||
  rule-empty-line-before: null
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user