diff --git a/.gitattributes b/.gitattributes index 097f9f9..57e59ae 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,5 @@ # These are Windows script files and should use crlf *.bat text eol=crlf +# Ensure all Java files use LF. +*.java eol=lf