mirror of https://github.com/go-gitea/gitea.git
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.pull/33964/head
parent
b5d2e31d6d
commit
d1a755e5b7
|
@ -12,6 +12,9 @@ insert_final_newline = true
|
||||||
[*.{go,tmpl,html}]
|
[*.{go,tmpl,html}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
|
[go.*]
|
||||||
|
indent_style = tab
|
||||||
|
|
||||||
[templates/custom/*.tmpl]
|
[templates/custom/*.tmpl]
|
||||||
insert_final_newline = false
|
insert_final_newline = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue