From 296d25f0e466ca1d1843be8e2056dc35f0888de3 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