From 668a4956dd15d519eea20b64af5412236845e341 Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Sat, 25 May 2024 00:18:09 -0600 Subject: [PATCH] editorconfig: use spaces for more filetypes Signed-off-by: Sumner Evans --- .editorconfig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 4f8dde5..e74daee 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,10 +6,6 @@ insert_final_newline = true indent_style = tab indent_size = 4 -[*.css] -indent_style = space -indent_size = 2 - -[*.tmpl,*.html] +[*.{css,tmpl,templ,html,yaml,yml}] indent_style = space indent_size = 2