diff --git a/.editorconfig b/.editorconfig index 07634f93a..e88aff724 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,11 +5,13 @@ root = true insert_final_newline = true charset = utf-8 indent_style = tab +end_of_line = crlf [*.java] insert_final_newline = true charset = utf-8 indent_style = tab +end_of_line = crlf [*.json] insert_final_newline = false