diff --git a/.editorconfig b/.editorconfig index 8c72c2a..a75d390 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,3 +18,7 @@ indent_style = tab [{*.html,*.css,*.js}] indent_style = tab + +# vendored file for windows (where CRLF is the correct line ending) +[mvnw.cmd] +end_of_line = crlf