From 8ada60b1750ece23a7e5eaed714fbfdac8756b1c Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 10 Oct 2007 20:12:47 -0500 Subject: Update vim modelines on most files Move the vim modelines to the bottom, and add the tab settings. Signed-off-by: Dan McGee --- hooks/archiso | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hooks/archiso') diff --git a/hooks/archiso b/hooks/archiso index 1074e50..f6c7f86 100644 --- a/hooks/archiso +++ b/hooks/archiso @@ -1,4 +1,3 @@ -# vim: set ft=sh: run_hook () { if [ "x${ramdisk_size}" = "x" ]; then @@ -48,3 +47,5 @@ run_hook () /bin/umount /dev exec /bin/run-init -c /dev/console /real_root /sbin/init ${CMDLINE} } + +# vim:ft=sh:ts=4:sw=4:et: -- cgit v1.2.3-54-g00ecf