From 232f47bf707ea5b209d7738b57457e199054b38a Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 21 Sep 2022 20:57:34 -0400 Subject: .gitconfig: More config options --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index 8183db0..c35f941 100644 --- a/.gitconfig +++ b/.gitconfig @@ -10,6 +10,9 @@ autosquash = true [core] excludesfile = /home/mattst88/.global_ignore + autocrlf = false + filemode = false + pager = less -+F [diff] renames = true [push] -- cgit v1.2.3