From d0babf0088ed94e39ee70169f5f2678822072405 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Mon, 9 Feb 2009 18:29:43 +0000 Subject: Add emacs and vim editing settings to the bottom of *.py files. --- www/gen_sched_table.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'www') diff --git a/www/gen_sched_table.py b/www/gen_sched_table.py index e83c5f31..e67f0d74 100755 --- a/www/gen_sched_table.py +++ b/www/gen_sched_table.py @@ -42,3 +42,9 @@ for line in f: category = current = type row(date, category, desc) print '' + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: -- cgit v1.2.1