From 776ac843d283fc4773f320bea6e0346e897ccd0a Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 7 Apr 2024 19:16:29 +0000 Subject: [PATCH] Clean up `.editorconfig` There are unused file types and duplicate entries. --- .editorconfig | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/.editorconfig b/.editorconfig index 3db7380..dc0d281 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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