autocrlf as default in .gitattributes

This commit is contained in:
Jindra Petřík
2016-09-06 12:32:25 +02:00
parent 73ee56699f
commit 9080fb3e54

3
.gitattributes vendored
View File

@@ -1,3 +1,6 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Text files
*.txt text
*.xml text