Clean up `.editorconfig`

There are unused file types and duplicate entries.
This commit is contained in:
inference 2024-03-17 04:44:25 +00:00
parent 057c4da276
commit bcb3b6cd75
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc
1 changed files with 1 additions and 17 deletions

View File

@ -1,5 +1,6 @@
root = true
[*]
indent_style = tab
indent_size = 4
@ -9,20 +10,3 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{go,tmpl,html}]
indent_style = tab
[templates/custom/*.tmpl]
insert_final_newline = false
[templates/swagger/v1_json.tmpl]
indent_style = space
[templates/user/auth/oidc_wellknown.tmpl]
indent_style = space
[Makefile]
indent_style = tab
[*.svg]
insert_final_newline = false