diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2025-01-05 19:48:25 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2025-01-05 19:48:25 +0100 |
commit | 58bf86c706c5a442da4fb01ea26e06f1ed291d45 (patch) | |
tree | fbf807aae15c4f3eb467f1475f2329c8709d0e24 /config/essentials/git | |
parent | 0a69f01a5f7f67bd771fd983aa8ba4146cbafcc8 (diff) |
checkpoint
Diffstat (limited to 'config/essentials/git')
-rw-r--r-- | config/essentials/git/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/essentials/git/config b/config/essentials/git/config index 130b8a5..c8b9a5c 100644 --- a/config/essentials/git/config +++ b/config/essentials/git/config @@ -16,3 +16,5 @@ gpgsign = true [gpg] program = /usr/bin/gpg +[core] + autocrlf = true |