Add .gitattributes file.

This commit is contained in:
Chiel ten Brinke 2016-05-23 17:25:03 +02:00
parent 564b7fb551
commit dd16b96756

7
.gitattributes vendored Normal file
View File

@ -0,0 +1,7 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.vim text
*.md text