From 317830b45580f134be3fc413c4eee70b2a173c29 Mon Sep 17 00:00:00 2001 From: Anthony Rose <anthony@acperkins.com> Date: Thu, 27 Mar 2025 11:48:06 +0000 Subject: [PATCH] Add terraform formatting --- roles/home-cli/files/editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/home-cli/files/editorconfig b/roles/home-cli/files/editorconfig index 4b49ffe..2aae812 100644 --- a/roles/home-cli/files/editorconfig +++ b/roles/home-cli/files/editorconfig @@ -14,6 +14,9 @@ indent_style = tab [*.html] indent_size = 2 +[*.tf] +indent_size = 2 + [*.txt] indent_size = 8 indent_style = tab