Add a .gitattributes file to enforce line ending styles.

This commit is contained in:
Colin Finck 2018-08-19 19:15:02 +02:00
parent f2d476c2d2
commit c2e5684698

13
.gitattributes vendored Normal file
View File

@ -0,0 +1,13 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Files with these extensions should have native line endings of the OS.
*.md text
*.svg text
# Files with these extensions are accepted binary files.
# Git must not tamper with them at all!
*.gif binary
*.ico binary
*.jpg binary
*.png binary