Added gitattribute configuration file

This commit is contained in:
jvelilla
2013-11-07 17:38:02 -03:00
parent fd09b39c1d
commit 59b0d0d9fa

9
.gitattributes vendored Normal file
View File

@@ -0,0 +1,9 @@
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.e text
*.ecf text
*.bat text
*.json text