Clean up `.editorconfig`

There are unused file types and duplicate entries.
This commit is contained in:
inference 2024-04-07 19:16:29 +00:00
parent 98b3374c6b
commit 776ac843d2
Signed by: inference
SSH Key Fingerprint: SHA256:K/a677+eHm7chi3X4s77BIpLTE9Vge1tsv+jUL5gI+Y
1 changed files with 2 additions and 18 deletions

View File

@ -1,5 +1,6 @@
root = true
[*]
indent_style = tab
indent_size = 4
@ -7,22 +8,5 @@ tab_width = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
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