Add emacs and vim editing settings to the bottom of *.py files.
[scons.git] / test / CXX / CXX.py
index f537ee8712a67b18ba74a0879de4e5e91e40d7f3..e6bc82bf334ec920ce2fb85e19d70735b5dbc047 100644 (file)
@@ -227,3 +227,9 @@ test.run(arguments = 'bar' + _exe)
 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: