Add a basic .gitattributes file (#723)

This should force the handling of trialing whitespace and newlines a bit better.
This commit is contained in:
Thom Wiggers 2020-04-15 15:47:10 +02:00 committed by GitHub
parent e91e334e47
commit 866f409de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.gitattributes vendored Normal file
View File

@ -0,0 +1,6 @@
# see https://mirrors.edge.kernel.org/pub/software/scm/git/docs/gitattributes.html
* text=auto whitespace=trailing-space
*.png binary
*.jpe?g binary