Add emacs and vim editing settings to the bottom of *.py files.
[scons.git] / src / engine / SCons / Scanner / __init__.py
index 2d53cad264ec69daaa2164804875a58aef1e35b7..0ba94b7bfd3b9af4f35d248e2a50a2e9def80181 100644 (file)
@@ -404,3 +404,9 @@ class ClassicCPP(Classic):
 
     def sort_key(self, include):
         return SCons.Node.FS._my_normcase(string.join(include))
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: