Skip to content

Commit

Permalink
.gitattributes: Disable normalizing line endings globally
Browse files Browse the repository at this point in the history
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 mathiasbynens#149.
  • Loading branch information
mathiasbynens committed Jul 4, 2013
1 parent 8fb0a74 commit 0f6def1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -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 :(

0 comments on commit 0f6def1

Please sign in to comment.