diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..64c1567b6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# EditorConfig is awesome: http://EditorConfig.org + +root = true +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{js}] +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = tab +indent_size = 4