From d2538791a892c04aaaf4d2567a6716625d3617d1 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 12 Nov 2023 20:44:43 +0100 Subject: [PATCH] Add exception for mvnw.cmd to editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) 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