Add emacs and vim editing settings to the bottom of *.py files.
[scons.git] / src / engine / SCons / Tool / pdftex.py
index a9d3f58905a8fc3720d8a55eb0a80fe2ffda6262..308cb71d11b70386a8959bdb5a4d511fcbdc3974 100644 (file)
@@ -97,3 +97,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('pdftex')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: