diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..58e3649ad --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*.{sh,bash}] +indent_size = 2 +indent_style = space + +[bash-preexec.sh] +indent_size = 4 +indent_style = space