mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-09 04:46:12 +10:00
.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:
+2
-1
@@ -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 :(
|
||||
|
||||
Reference in New Issue
Block a user