Update vim modelines on most files
Move the vim modelines to the bottom, and add the tab settings. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
fccb39dcd8
commit
8ada60b175
6 changed files with 12 additions and 6 deletions
|
@ -1,4 +1,3 @@
|
|||
# vim: set ft=sh:
|
||||
run_hook ()
|
||||
{
|
||||
msg ":: Scanning for boot cdrom device..."
|
||||
|
@ -28,3 +27,5 @@ run_hook ()
|
|||
export BOOT_MOUNT="${bootmnt}"
|
||||
fi
|
||||
}
|
||||
|
||||
# vim:ft=sh:ts=4:sw=4:et:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue