diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e7b3bfd --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# configuration for https://editorconfig.org + +root = true + +[*.rs] +indent_style = space +indent_size = 4 + +[*.sh] +indent_style = space +indent_size = 2