Add emacs and vim editing settings to the bottom of *.py files.
[scons.git] / src / engine / SCons / Scanner / RC.py
index 529cb5d3a46c9d741cf884ec30e9df62f15c03c5..f8313fbafbc86e0d6c46a490db689f0f9fa43666 100644 (file)
@@ -47,3 +47,9 @@ def RCScan():
                                            res_re )
     
     return resScanner
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: