From 96d2ffefa87a0db2d892c1dffd1a68f5310e0a88 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 --- install/boot-cd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install/boot-cd') diff --git a/install/boot-cd b/install/boot-cd index 10577a9..6a48716 100644 --- a/install/boot-cd +++ b/install/boot-cd @@ -1,4 +1,3 @@ -# vim: set ft=sh: install () { MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") " @@ -6,3 +5,5 @@ install () FILES="" SCRIPT="boot-cd" } + +# vim:ft=sh:ts=4:sw=4:et: -- cgit v1.2.3-54-g00ecf