diff --git a/.editorconfig b/.editorconfig index 62fd567a45..a2908b2c61 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,9 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true +[*.bat] +end_of_line = crlf + [build.gradle] continuation_indent_size = 4