Skip to content

Commit

Permalink
Use .gitattributes to override autocrlf=true
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jpakkane authored and nirbheek committed Oct 16, 2018
1 parent aca2f7e commit 9e968e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.gitignore export-ignore
.gitattributes export-ignore
* text eol=lf
*.png binary

0 comments on commit 9e968e9

Please sign in to comment.