From 8e94fbf04b839b5f1b98cf3303e6602024c9ff13 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Thu, 4 Jun 2015 07:55:24 +0200 Subject: [PATCH] Add .gitattributes to enforce LF --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes 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