From c9af9f05218655b063b3e5eda8f7c30fdbdd8b7f Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Mon, 29 Jul 2024 03:01:12 -0400 Subject: [PATCH] update editorconfig --- .editorconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index d1a715a..cca1383 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,10 +1,10 @@ +[*] +indent_style = tab + [*.{nix,yaml}] indent_style = space indent_size = 2 -[*.py] +[*.{py,sh}] indent_style = space indent_size = 4 - -[*.{json,lua}] -indent_style = tab