fix crlf (windows) end of lines forcing to lf (unix)

This commit is contained in:
deformhead
2015-10-15 11:51:27 +02:00
parent 9c65432d05
commit 9e5fd10750
2 changed files with 9 additions and 0 deletions

4
.gitattributes vendored
View File

@@ -1 +1,5 @@
# text files detection
* text=auto
# unix end of lines forcing for text files
* text eol=lf

5
media/.gitattributes vendored Normal file
View File

@@ -0,0 +1,5 @@
# binary files
*.ai binary
*.eps binary
*.pdf binary
*.png binary