Skip to content

Commit 0f6def1

Browse files
committed
.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 mathiasbynens#149.
1 parent 8fb0a74 commit 0f6def1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitattributes

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Automatically normalize line endings for all text-based files
2-
* text=auto
2+
#* text=auto
3+
# Disabled because of https://github.com/mathiasbynens/dotfiles/issues/149 :(

0 commit comments

Comments
 (0)