diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..27a65a3586c47b3218f449346b99a69d5ec0038c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ + +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = space + +[*.{js,json,html,css}] +charset = utf-8 +indent_size = 2