summaryrefslogtreecommitdiffstats
path: root/test/SCCS
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/SCCS
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/SCCS')
-rw-r--r--test/SCCS/SCCSCOM.py6
-rw-r--r--test/SCCS/SCCSCOMSTR.py6
-rw-r--r--test/SCCS/diskcheck.py6
-rw-r--r--test/SCCS/explicit.py6
-rw-r--r--test/SCCS/implicit.py6
-rw-r--r--test/SCCS/transparent.py6
6 files changed, 36 insertions, 0 deletions
diff --git a/test/SCCS/SCCSCOM.py b/test/SCCS/SCCSCOM.py
index f7a210c..771b773 100644
--- a/test/SCCS/SCCSCOM.py
+++ b/test/SCCS/SCCSCOM.py
@@ -119,3 +119,9 @@ test.must_match(['sub', 'all'],
#
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/SCCS/SCCSCOMSTR.py b/test/SCCS/SCCSCOMSTR.py
index be5d807..162fe3c 100644
--- a/test/SCCS/SCCSCOMSTR.py
+++ b/test/SCCS/SCCSCOMSTR.py
@@ -120,3 +120,9 @@ test.must_match(['sub', 'all'],
#
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/SCCS/diskcheck.py b/test/SCCS/diskcheck.py
index 1845dc3..8d30d33 100644
--- a/test/SCCS/diskcheck.py
+++ b/test/SCCS/diskcheck.py
@@ -140,3 +140,9 @@ test.must_not_be_writable(test.workpath('sub', 'fff.in'))
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/SCCS/explicit.py b/test/SCCS/explicit.py
index dbfcb51..f716dd0 100644
--- a/test/SCCS/explicit.py
+++ b/test/SCCS/explicit.py
@@ -126,3 +126,9 @@ test.must_be_writable(test.workpath('sub', 'fff.in'))
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/SCCS/implicit.py b/test/SCCS/implicit.py
index aa5501f..79eaf06 100644
--- a/test/SCCS/implicit.py
+++ b/test/SCCS/implicit.py
@@ -80,3 +80,9 @@ test.must_contain_all_lines(test.stdout(), lines)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/SCCS/transparent.py b/test/SCCS/transparent.py
index 82577d2..adc0fe1 100644
--- a/test/SCCS/transparent.py
+++ b/test/SCCS/transparent.py
@@ -126,3 +126,9 @@ test.must_not_be_writable(test.workpath('sub', 'fff.in'))
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: