From 6478d201548905958faf268ee3cc3c960605a856 Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Mon, 20 Dec 2021 12:05:55 +0000 Subject: [PATCH] fix: edit correct .editorconfig file to add terraform configuration --- src/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.editorconfig b/src/.editorconfig index 9bec321..530eeca 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -12,5 +12,5 @@ insert_final_newline = true # For isort profile = black -[*.{code-snippets,code-workspace,json,yaml,yml}{,.jinja}] +[*.{code-snippets,code-workspace,json,tf,yaml,yml}{,.jinja}] indent_size = 2