Add the usual "vi" comment to the end of pre-push-hook.

This commit is contained in:
Ryan C. Gordon 2021-02-13 23:02:26 -05:00 committed by GitHub
parent 3da58b47f6
commit a6388cf2ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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: