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