Add missing vim modeline config in sh & perl files, cc #1901

This commit is contained in:
Peter Dave Hello
2021-06-01 04:39:22 +08:00
parent 737ea1e7e5
commit cbae32e5a4
19 changed files with 50 additions and 1 deletions

View File

@ -68,3 +68,6 @@ sub json($) {
return from_json($file);
}
# vim:ts=5:sw=5:expandtab