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:
parent
9682da0098
commit
91fc93c39e
1 changed files with 10 additions and 0 deletions
10
.gitattributes
vendored
Normal file
10
.gitattributes
vendored
Normal 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue