From 0536c8ca8ce4f86faf4283ff824810bdf7046ad5 Mon Sep 17 00:00:00 2001 From: deneb <deneb@screee.ee> Date: Tue, 18 Mar 2025 00:33:17 +0100 Subject: [PATCH] fix gitconfig whitespace --- .gitconfig | 13 +++++++------ .gitconfig.github | 1 + .gitconfig.gitlab | 1 + 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitconfig b/.gitconfig index d3e2549..5e997fc 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,3 +1,4 @@ +# vim: noet [user] name = deneb email = deneb@screee.ee @@ -11,14 +12,14 @@ format = ssh [alias] pfusch = push --force-with-lease - lclone = clone --filter=blob:none - addp = add --patch + lclone = clone --filter=blob:none + addp = add --patch [includeIf "hasconfig:remote.*.url:https://github.com:*/**"] - path = ~/.gitconfig.github + path = ~/.gitconfig.github [includeIf "hasconfig:remote.*.url:git@github.com:*/**"] - path = ~/.gitconfig.github + path = ~/.gitconfig.github [includeIf "hasconfig:remote.*.url:https://gitlab.com:*/**"] - path = ~/.gitconfig.github + path = ~/.gitconfig.github [includeIf "hasconfig:remote.*.url:git@gitlab.com:*/**"] - path = ~/.gitconfig.github + path = ~/.gitconfig.github diff --git a/.gitconfig.github b/.gitconfig.github index 2acfbcf..bdfee38 100644 --- a/.gitconfig.github +++ b/.gitconfig.github @@ -1,3 +1,4 @@ +# vim: noet [user] name = DenebTM email = deneb@screee.ee diff --git a/.gitconfig.gitlab b/.gitconfig.gitlab index 2acfbcf..bdfee38 100644 --- a/.gitconfig.gitlab +++ b/.gitconfig.gitlab @@ -1,3 +1,4 @@ +# vim: noet [user] name = DenebTM email = deneb@screee.ee