git: use LF line endings

This commit is contained in:
PowerUser64 2025-02-19 11:50:30 -08:00
parent 0921d0709c
commit fe04184bab

View file

@ -13,6 +13,7 @@
[safe] [safe]
directory = /storage/emulated/0/docs directory = /storage/emulated/0/docs
directory = /mnt/windows/Users/blake/AppData/Local/nvim
[color] [color]
ui = auto ui = auto
@ -28,6 +29,7 @@
ch = checkout ch = checkout
d = diff d = diff
f = fetch f = fetch
g = "! git"
lg = log lg = log
ok = pull ok = pull
pl = pull pl = pull
@ -57,4 +59,7 @@
required = true required = true
clean = git-lfs clean -- %f clean = git-lfs clean -- %f
[core]
eol = lf
# vim:noet # vim:noet