summaryrefslogtreecommitdiffstats
path: root/test/site_scons
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-09 18:29:43 (GMT)
committerSteven Knight <knight@baldmt.com>2009-02-09 18:29:43 (GMT)
commitba21ffe311490bb348716e8e9127109e7fdc2f08 (patch)
tree5664bb6b48d53803e7ea52f1caa5afa241413f32 /test/site_scons
parent895f277379ccb6272549468d18f27f4a5fc2ee2f (diff)
downloadSCons-ba21ffe311490bb348716e8e9127109e7fdc2f08.zip
SCons-ba21ffe311490bb348716e8e9127109e7fdc2f08.tar.gz
SCons-ba21ffe311490bb348716e8e9127109e7fdc2f08.tar.bz2
Add emacs and vim editing settings to the bottom of *.py files.
Diffstat (limited to 'test/site_scons')
-rw-r--r--test/site_scons/basic.py6
-rw-r--r--test/site_scons/no-site-dir.py6
-rw-r--r--test/site_scons/nonexistent.py6
-rw-r--r--test/site_scons/override.py6
-rw-r--r--test/site_scons/site-dir.py6
-rw-r--r--test/site_scons/sys-path.py6
6 files changed, 36 insertions, 0 deletions
diff --git a/test/site_scons/basic.py b/test/site_scons/basic.py
index ed2e1d5..1868723 100644
--- a/test/site_scons/basic.py
+++ b/test/site_scons/basic.py
@@ -67,3 +67,9 @@ scons: `.' is up to date.\n""")
test.pass_test()
# end of file
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/site_scons/no-site-dir.py b/test/site_scons/no-site-dir.py
index 3fc5a6d..d01d419 100644
--- a/test/site_scons/no-site-dir.py
+++ b/test/site_scons/no-site-dir.py
@@ -85,3 +85,9 @@ test.fail_test(test.stdout() == not_expected)
test.pass_test()
# end of file
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/site_scons/nonexistent.py b/test/site_scons/nonexistent.py
index 2185304..6617ff2 100644
--- a/test/site_scons/nonexistent.py
+++ b/test/site_scons/nonexistent.py
@@ -45,3 +45,9 @@ test.run(arguments = '-Q --site-dir=whatever .',
test.pass_test()
# end of file
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/site_scons/override.py b/test/site_scons/override.py
index ebe56a6..ad03eae 100644
--- a/test/site_scons/override.py
+++ b/test/site_scons/override.py
@@ -60,3 +60,9 @@ scons: `.' is up to date.\n""")
test.pass_test()
# end of file
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/site_scons/site-dir.py b/test/site_scons/site-dir.py
index a05817e..8e82e94 100644
--- a/test/site_scons/site-dir.py
+++ b/test/site_scons/site-dir.py
@@ -71,3 +71,9 @@ scons: `.' is up to date.\n""")
test.pass_test()
# end of file
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/site_scons/sys-path.py b/test/site_scons/sys-path.py
index 7af45aa..fda7230 100644
--- a/test/site_scons/sys-path.py
+++ b/test/site_scons/sys-path.py
@@ -63,3 +63,9 @@ scons: `.' is up to date.\n""")
test.pass_test()
# end of file
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: