Add emacs and vim editing settings to the bottom of *.py files.
[scons.git] / test / Fortran / F95FILESUFFIXES.py
index beefb282b3b8cd9b20cd42a955f84525ae5ac783..119629df71154c5ebf19fabd24a6f946511e4498 100644 (file)
@@ -93,3 +93,9 @@ test.must_match('test09' + _exe, "This is a .f95 file.\n")
 test.must_match('test10' + _exe, "This is a .F95 file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: