aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-07-04 17:44:46 +0200
committerMathias Bynens <mathias@qiwi.be>2013-07-04 17:44:46 +0200
commit0f6def1611d73e04877e9d78febf7629c01ed7b4 (patch)
tree011fa9405726d6e4e19205cffbe98c99f3e02006 /.gitattributes
parent8fb0a744ec2f67873206a8e2c956edeac8236001 (diff)
downloaddotfiles-0f6def1611d73e04877e9d78febf7629c01ed7b4.tar.gz
dotfiles-0f6def1611d73e04877e9d78febf7629c01ed7b4.tar.bz2
dotfiles-0f6def1611d73e04877e9d78febf7629c01ed7b4.zip
.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.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 0a91f75..6bdc702 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -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 :(