From 1c1f5e411a146ab3dc340a1b61d624fa1384f4b8 Mon Sep 17 00:00:00 2001 From: Anthony Rose <anthony@acperkins.com> Date: Mon, 17 Mar 2025 08:23:14 +0000 Subject: [PATCH] Add config for text files --- roles/home-cli/files/editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/home-cli/files/editorconfig b/roles/home-cli/files/editorconfig index 36c78f6..4b49ffe 100644 --- a/roles/home-cli/files/editorconfig +++ b/roles/home-cli/files/editorconfig @@ -14,6 +14,10 @@ indent_style = tab [*.html] indent_size = 2 +[*.txt] +indent_size = 8 +indent_style = tab + [*.xml] indent_size = 2