Add emacs and vim editing settings to the bottom of *.py files.
[scons.git] / test / Fortran / SHF77COM.py
index 1e35b2009b67854e1fe86fd43b6eaf12aff1ef6e..c99207fb5ab2d027a260046c9836a61cc93d3f1a 100644 (file)
@@ -89,3 +89,9 @@ test.must_match(obj_ + 'test09' + _obj, "This is a .f77 file.\n")
 test.must_match(obj_ + 'test10' + _obj, "This is a .F77 file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: