Add emacs and vim editing settings to the bottom of *.py files.
[scons.git] / src / engine / SCons / Node / Python.py
index 741d7e9f6601dd71b7e3cf87d93502d755360796..132c425a590612bd2d0021b1e6de963db273e495 100644 (file)
@@ -117,3 +117,9 @@ class Value(SCons.Node.Node):
         contents = self.get_contents()
         self.get_ninfo().csig = contents
         return contents
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: