diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..f9e5f815a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# EditorConfig documentation: https://editorconfig.org + +root = true + +# Default settings applied to every file type. +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true