add a vim modeline to end of document to ensure proper formatting with multiple collaborators

This commit is contained in:
aarondill 2023-07-05 13:03:56 -05:00
parent 86be4f460f
commit bd3dd1d0e8
1 changed files with 1 additions and 0 deletions

View File

@ -541,3 +541,4 @@ abort() {
{
main "$@" || exit 1
}
# vim: shiftwidth=4:tabstop=4:ft=sh: