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]
|
||||
directory = /storage/emulated/0/docs
|
||||
directory = /mnt/windows/Users/blake/AppData/Local/nvim
|
||||
|
||||
[color]
|
||||
ui = auto
|
||||
|
@ -28,6 +29,7 @@
|
|||
ch = checkout
|
||||
d = diff
|
||||
f = fetch
|
||||
g = "! git"
|
||||
lg = log
|
||||
ok = pull
|
||||
pl = pull
|
||||
|
@ -57,4 +59,7 @@
|
|||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
|
||||
[core]
|
||||
eol = lf
|
||||
|
||||
# vim:noet
|
||||
|
|
Loading…
Add table
Reference in a new issue