diff --git a/.editorConfig b/.editorConfig new file mode 100644 index 000000000..7bdede315 --- /dev/null +++ b/.editorConfig @@ -0,0 +1,10 @@ +# editorconfig.org + +root = true + +[*] +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true +insert_final_newline = true +