From fe04184babef07f46472b50c6f9c43fff59f2f90 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Wed, 19 Feb 2025 11:50:30 -0800 Subject: [PATCH] git: use LF line endings --- .gitconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitconfig b/.gitconfig index c586fd7..7cfcafa 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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