From f0b0e4f240a9d547c305835ffe71de2b445608d3 Mon Sep 17 00:00:00 2001 From: nico wellpott Date: Wed, 27 Apr 2022 13:35:42 +0200 Subject: fix(misc): update editorconfig to include tmpl following this change templates are also affected by the editorconfig --- .editorconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 751bd6b..6dca6bc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,17 +7,17 @@ insert_final_newline = true indent_style = space trim_trailing_whitespace = true -[*.yml] +[*.{yml,yml.tmpl,yaml,yaml.tmpl}] indent_size = 2 -[*.json] +[*.{json,json.tmpl}] indent_size = 2 [*.py] indent_size = 4 -[.git*] -indent_size = 8 +[{.git*,dot_git*,dot_git*.tmpl}] +indent_size = 4 indent_style = tab [*.md] -- cgit v1.2.3-18-g5258