Add emacs and vim editing settings to the bottom of *.py files.
[scons.git] / src / engine / SCons / SConf.py
index fbf193a429a051011a3ee754045df4acb56dbb2b..38b3ddb9dbd11d8b1b189323a80a5a901d775b5f 100644 (file)
@@ -1021,3 +1021,9 @@ def CheckLibWithHeader(context, libs, header, language,
             call = call, language = language, autoadd = autoadd)
     context.did_show_result = 1
     return not res
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: