Add emacs and vim editing settings to the bottom of *.py files.
[scons.git] / bin / caller-tree.py
index 5d907b83713e8c64be000891fe4b49862caf7291..85bb5998d4f0077069801486429ff941f918dd86 100644 (file)
@@ -88,3 +88,9 @@ def print_entry(e, level, calls):
 
 for e in [ e for e in AllCalls.values() if not e.calls ]:
     print_entry(e, 0, '')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: