Use .gitattributes to override autocrlf=true

Avoid platform eol normalization as check_format() in project_tests checks
for unix-style line endings.

Indicate .png files are binary so we don't try to normalize them on
check-in.
pull/4379/head
Jussi Pakkanen 6 years ago committed by Nirbheek Chauhan
parent aca2f7ed97
commit 9e968e91c0
  1. 2
      .gitattributes

2
.gitattributes vendored

@ -1,2 +1,4 @@
.gitignore export-ignore
.gitattributes export-ignore
* text eol=lf
*.png binary

Loading…
Cancel
Save