From a6388cf2ca50164a5ce7915a57fa9f659261ef7f Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 13 Feb 2021 23:02:26 -0500 Subject: [PATCH] Add the usual "vi" comment to the end of pre-push-hook. --- build-scripts/git-pre-push-hook.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-scripts/git-pre-push-hook.pl b/build-scripts/git-pre-push-hook.pl index 2cf78ea3c..f5c5017cb 100755 --- a/build-scripts/git-pre-push-hook.pl +++ b/build-scripts/git-pre-push-hook.pl @@ -76,5 +76,4 @@ print("\n") if $reported; exit(0); # Let the push go forward. -# end of git-pre-push-hook.pl ... - +# vi: set ts=4 sw=4 expandtab: