From 1a66435b35f1cd11372de5784ee4ab077b4e512f Mon Sep 17 00:00:00 2001 From: SilentSpike Date: Wed, 30 Jan 2019 21:47:17 +0000 Subject: [PATCH] Add .editorconfig file --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..cd5933c6d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +trim_trailing_whitespace = true +insert_final_newline = false + +# for ESLint +[*.js] +end_of_line = lf + +[*.{js,css,html}] +indent_style = space +indent_size = 4 \ No newline at end of file