diff options
author | Mathias Bynens <mathias@qiwi.be> | 2013-07-04 17:44:46 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-07-04 17:44:46 +0200 |
commit | 0f6def1611d73e04877e9d78febf7629c01ed7b4 (patch) | |
tree | 011fa9405726d6e4e19205cffbe98c99f3e02006 /.gitattributes | |
parent | 8fb0a744ec2f67873206a8e2c956edeac8236001 (diff) | |
download | dotfiles-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-- | .gitattributes | 3 |
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 :( |