git: use LF line endings
This commit is contained in:
parent
0921d0709c
commit
fe04184bab
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue