Skip to content

Commit d1a755e

Browse files
authored
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.
1 parent b5d2e31 commit d1a755e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ insert_final_newline = true
1212
[*.{go,tmpl,html}]
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)