Skip to content

Commit 9018e5b

Browse files
silverwindGusted
authored andcommitted
Cover go.mod and go.sum in .editorconfig (go-gitea#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 d1a755e)
1 parent 9d8624f commit 9018e5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ insert_final_newline = true
1212
[{*.{go,tmpl,html},Makefile,go.mod}]
1313
indent_style = tab
1414

15+
[go.*]
16+
indent_style = tab
17+
1518
[templates/custom/*.tmpl]
1619
insert_final_newline = false
1720

0 commit comments

Comments
 (0)