fixed indentation style in editorconfig for go.mod

This commit is contained in:
Beowulf 2024-05-14 00:18:41 +02:00
parent 2810b9ae0a
commit ff592dd66f
No known key found for this signature in database
GPG key ID: 44225F5F2792841D

View file

@ -9,7 +9,7 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{go,tmpl,html}]
[{*.{go,tmpl,html},Makefile,go.mod}]
indent_style = tab
[templates/custom/*.tmpl]
@ -21,9 +21,6 @@ indent_style = space
[templates/user/auth/oidc_wellknown.tmpl]
indent_style = space
[Makefile]
indent_style = tab
[*.svg]
insert_final_newline = false