diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..4c26ecedb1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Allow gradle.bat to retain CRLF +gradlew.bat text eol=crlf