add a vim modeline to end of document to ensure proper formatting with multiple collaborators
This commit is contained in:
parent
86be4f460f
commit
bd3dd1d0e8
|
|
@ -541,3 +541,4 @@ abort() {
|
|||
{
|
||||
main "$@" || exit 1
|
||||
}
|
||||
# vim: shiftwidth=4:tabstop=4:ft=sh:
|
||||
|
|
|
|||
Loading…
Reference in New Issue