Add emacs and vim editing settings to the bottom of *.py files.
[scons.git] / src / engine / SCons / Scanner / LaTeX.py
index a96c27914b1e6f48d0fcddb67a7f7477bc187d3e..530c948c3d86115f1bebe32346849ad8d14b16ba 100644 (file)
@@ -335,3 +335,9 @@ class LaTeX(SCons.Scanner.Base):
         nodes.sort()
         nodes = map(lambda pair: pair[1], nodes)
         return nodes
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: