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