loading up the forgejo repo on tangled to test page performance

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.

(cherry picked from commit d1a755e5b7c676750f3dfad2254e047e2d23c4ac)

authored by silverwind and committed by Gusted 9018e5bc 9d8624f3

Changed files
+3
+3
.editorconfig
··· 12 [{*.{go,tmpl,html},Makefile,go.mod}] 13 indent_style = tab 14 15 [templates/custom/*.tmpl] 16 insert_final_newline = false 17
··· 12 [{*.{go,tmpl,html},Makefile,go.mod}] 13 indent_style = tab 14 15 + [go.*] 16 + indent_style = tab 17 + 18 [templates/custom/*.tmpl] 19 insert_final_newline = false 20