From 3a78a21f14f15c8100639312b40c083f1e37a9e6 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Thu, 30 Aug 2018 17:36:10 +0200 Subject: [PATCH] Update .gitattributes to force eol=lf --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 4d3c3d8c..eedcfa37 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,11 @@ # Auto detect text files and perform LF normalization * text=auto +*.php text eol=lf +*.y text eol=lf +*.lex text eol=lf + + # exclude from git export /travis.ini export-ignore /myconfig.ini export-ignore