From ff592dd66f835decbf5e60980402aa206c865ad2 Mon Sep 17 00:00:00 2001 From: Beowulf Date: Tue, 14 May 2024 00:18:41 +0200 Subject: [PATCH] fixed indentation style in editorconfig for go.mod --- .editorconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 722416dfeb..8e2234e64b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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