From ee4ee5ddbb8ea07f0f6ecfcec434efa110af278f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 25 Jan 2023 00:01:52 +0100 Subject: .gitconfig: fix whitespace --- %HOME%/.gitconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig index baa6f8a..29851fc 100644 --- a/%HOME%/.gitconfig +++ b/%HOME%/.gitconfig @@ -72,8 +72,8 @@ unhide = update-index --no-skip-worktree hidden = !git ls-files -v | grep --basic-regexp \"^\\([[:lower:]]\\|S\\)\" - # Squash the staging area with the latest commit. - # Pass "-a" to skip using `git add`. + # Squash the staging area with the latest commit. + # Pass "-a" to skip using `git add`. fixup = !GIT_EDITOR=true git commit --amend # Life is too short. @@ -87,6 +87,6 @@ required = true [include] - # Include a file with computer-specific settings (like a different - # [user] section under a specific directory, etc.). + # Include a file with computer-specific settings (like a different + # [user] section under a specific directory, etc.). path = ~/.gitconfig_local -- cgit v1.2.3