Add emacs and vim editing settings to the bottom of *.py files.
[scons.git] / test / up-to-date.py
index 41d892e17691adb37f3c7aa2992aee0a1e4b58de..d7381bd7d7a7f4fbbb5e855f4a672938b41f8d81 100644 (file)
@@ -81,3 +81,9 @@ test.run(options = '-j4 f1.out f2.out f3.out f4.out')
 test.must_contain_all_lines(test.stdout(), expected_lines)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: