Add emacs and vim editing settings to the bottom of *.py files.
[scons.git] / test / Fortran / F90.py
index 04ce465a484d0d8b56c7e64f3aac48077fba9737..7c31ee6f4090f74a656fb77e4cc56e285eb5f435 100644 (file)
@@ -143,3 +143,9 @@ bar.Program(target = 'bar', source = 'bar.f90')
     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: