Add emacs and vim editing settings to the bottom of *.py files.
[scons.git] / src / engine / SCons / Options / EnumOption.py
index f4c3c0322bf7b00ed3561b4de2083a379f3e331f..e89b5b9ad3d4b3fe73faa4bcc4fce0410aa43b27 100644 (file)
@@ -42,3 +42,9 @@ def EnumOption(*args, **kw):
         SCons.Warnings.warn(SCons.Warnings.DeprecatedOptionsWarning, msg)
         warned = True
     return apply(SCons.Variables.EnumVariable, args, kw)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: