diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..65356d3a4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +# top-most .editorconfig file +root = true + +# use hard tabs for rust source files +[*.rs] +indent_style = tab