diff --git a/.editorconfig b/.editorconfig index ef127984..4db9d66c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,8 +1,10 @@ -# EditorConfig helps developers define and maintain consistent -# coding styles between different editors and IDEs -# editorconfig.org +root = true + +[*] +charset = utf-8 [*.js] indent_style = tab -indent_size = 2 -trim_trailing_whitespace = false +trim_trailing_whitespace = true +insert_final_newline = true +end_of_line = crlf \ No newline at end of file