From 885a8ccf3a7ae2f35e47df58dd6c5fbdefbb5c7f Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 9 Mar 2025 01:56:01 +0000 Subject: [PATCH] chore: add .editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ab53e17 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +[{*.sh,*.bash,*.zsh,siren}] +indent_style = space +indent_size = 2 + +# shfmt options +shell_variant = bash # like -ln bash +binary_next_line = false # like -bn +switch_case_indent = true # like -ci +space_redirects = true # like -sr +keep_padding = false # like -kp +function_next_line = false # like -fn