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