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.

Merge pull request 'Fixes indentation style in .editorconfig for go.mod' (#3754) from beowulf/fix-editorconfig-for-go.mod into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3754
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>

+1 -4
+1 -4
.editorconfig
··· 9 9 trim_trailing_whitespace = true 10 10 insert_final_newline = true 11 11 12 - [*.{go,tmpl,html}] 12 + [{*.{go,tmpl,html},Makefile,go.mod}] 13 13 indent_style = tab 14 14 15 15 [templates/custom/*.tmpl] ··· 20 20 21 21 [templates/user/auth/oidc_wellknown.tmpl] 22 22 indent_style = space 23 - 24 - [Makefile] 25 - indent_style = tab 26 23 27 24 [*.svg] 28 25 insert_final_newline = false