From d2059cc2a1f0c80c4265aff625bfe363eb771a5a Mon Sep 17 00:00:00 2001 From: justine Date: Fri, 27 Feb 2026 15:41:39 +0100 Subject: [PATCH] Add .editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b86e623 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# .editorconfig +root = true + +[*.tf] +indent_style = space +indent_size = 2 + +[*.tfvars] +indent_style = space +indent_size = 2