diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..5e4fc7919c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# See https://EditorConfig.org + +# This is a top-most EditorConfig file. +root = true + +# Ignore any "vendor" directories. +[**/vendor/**] +ignore = true + +# Bash, bats, and sh files use 4 spaces for indentation. +[*.{bash,bats,sh}] +indent_style = space +indent_size = 4