loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

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