1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-03 17:59:19 +02:00

Force Unix-lineends.

This commit is contained in:
B. Petersen 2016-07-13 15:42:54 +02:00
parent 9682da0098
commit 91fc93c39e

10
.gitattributes vendored Normal file
View file

@ -0,0 +1,10 @@
# normal text files should contain a simple LF lineend, the following settings
# ensures this even if the user has not set core.autocrlf.
* text=auto
# binary files should be detected by git, however, to be sure, you can add them here explictly
*.png binary
*.jpg binary
*.gif binary
*.ico binary