From 802b99a293ea45b165cb70978cb8e667fe27532f Mon Sep 17 00:00:00 2001 From: Dan Snow Date: Mon, 2 Dec 2024 19:04:52 -0600 Subject: [PATCH] Add .editorconfig for sh files --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..8e389a93d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +[*.sh] +indent_style = space +indent_size = 4 +binary_next_line = true +switch_case_indent = true +space_redirects = true