Add emacs and vim editing settings to the bottom of *.py files.
[scons.git] / test / Fortran / F95FLAGS.py
index 4b9ef83e6293e2a6bce5f4d28b0da209876f351b..86fd9f545bdbbb3acf9feaec674637c79f84a61c 100644 (file)
@@ -155,3 +155,9 @@ bar.Program(target = 'bar', source = 'bar.f95')
     test.must_match('wrapper.out', "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: