.gitattributes: Disable normalizing line endings globally

Instead of removing `~/.gitattributes` completely, I decided to just comment out the `* text=auto` line. This makes it easier to temporarily re-enable the setting should I ever want to.

Closes #149.
This commit is contained in:
Mathias Bynens
2013-07-04 17:44:46 +02:00
parent 8fb0a744ec
commit 0f6def1611
+2 -1
View File
@@ -1,2 +1,3 @@
# Automatically normalize line endings for all text-based files
* text=auto
#* text=auto
# Disabled because of https://github.com/mathiasbynens/dotfiles/issues/149 :(