diff --git a/.gitattributes b/.gitattributes index 93d8d6fbb..2df98e026 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ -* text=auto +* text=auto eol=lf # Force Batch files to CRLF -*.bat text=crlf +*.bat eol=crlf -text # Java sources *.java text diff=java