From b48d719d4af5a11ca42c6e8253ac070813dd343b Mon Sep 17 00:00:00 2001 From: Atlas Cove Date: Tue, 24 Oct 2023 15:12:25 +0100 Subject: [PATCH] minor change to .editorconfig section on shellscript --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 6cbcd47..870dbc4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,6 @@ insert_final_newline=false [*.rb] indent_style=space indent_size=2 +[*.sh] +indent_style=tab +indent_size=1