diff options
author | Steven Knight <knight@baldmt.com> | 2009-02-09 18:29:43 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-02-09 18:29:43 (GMT) |
commit | ba21ffe311490bb348716e8e9127109e7fdc2f08 (patch) | |
tree | 5664bb6b48d53803e7ea52f1caa5afa241413f32 /test/Batch | |
parent | 895f277379ccb6272549468d18f27f4a5fc2ee2f (diff) | |
download | SCons-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/Batch')
-rw-r--r-- | test/Batch/Boolean.py | 6 | ||||
-rw-r--r-- | test/Batch/CHANGED_SOURCES.py | 6 | ||||
-rw-r--r-- | test/Batch/SOURCES.py | 6 | ||||
-rw-r--r-- | test/Batch/action-changed.py | 6 | ||||
-rw-r--r-- | test/Batch/callable.py | 6 | ||||
-rw-r--r-- | test/Batch/generated.py | 6 | ||||
-rw-r--r-- | test/Batch/removed.py | 6 | ||||
-rw-r--r-- | test/Batch/up_to_date.py | 6 |
8 files changed, 48 insertions, 0 deletions
diff --git a/test/Batch/Boolean.py b/test/Batch/Boolean.py index e5f8d24..53cceb6 100644 --- a/test/Batch/Boolean.py +++ b/test/Batch/Boolean.py @@ -71,3 +71,9 @@ test.must_match('f3a.out', "f3a.in\n") test.must_match('f3b.out', "f3b.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Batch/CHANGED_SOURCES.py b/test/Batch/CHANGED_SOURCES.py index 9059afd..0b9f3ba 100644 --- a/test/Batch/CHANGED_SOURCES.py +++ b/test/Batch/CHANGED_SOURCES.py @@ -116,3 +116,9 @@ test.must_match(['out3', 'f3a.out'], "f3a.in 2\n") test.must_match(['out3', 'f3b.out'], "f3b.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Batch/SOURCES.py b/test/Batch/SOURCES.py index 86b3b92..ddb3b10 100644 --- a/test/Batch/SOURCES.py +++ b/test/Batch/SOURCES.py @@ -118,3 +118,9 @@ test.must_match(['out3', 'f3a.out'], "f3a.in 2\n") test.must_match(['out3', 'f3b.out'], "f3b.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Batch/action-changed.py b/test/Batch/action-changed.py index 935bce8..886a692 100644 --- a/test/Batch/action-changed.py +++ b/test/Batch/action-changed.py @@ -90,3 +90,9 @@ test.must_match('f2.out', "two\nf2.in\n") test.must_match('f3.out', "two\nf3.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Batch/callable.py b/test/Batch/callable.py index fc96f15..6fbd11c 100644 --- a/test/Batch/callable.py +++ b/test/Batch/callable.py @@ -101,3 +101,9 @@ test.must_match(['sub1', 'f2a.out'], "f2a.in\n") test.must_match(['sub2', 'f2b.out'], "f2b.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Batch/generated.py b/test/Batch/generated.py index 4f31a7e..21b8250 100644 --- a/test/Batch/generated.py +++ b/test/Batch/generated.py @@ -74,3 +74,9 @@ test.must_match('f2.out', "f2.in\n") test.up_to_date(arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Batch/removed.py b/test/Batch/removed.py index 19dc6c8..f4455c2 100644 --- a/test/Batch/removed.py +++ b/test/Batch/removed.py @@ -103,3 +103,9 @@ test.must_match(['out3', 'f3a.out'], "f3a.in\n") test.must_match(['out3', 'f3b.out'], "f3b.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Batch/up_to_date.py b/test/Batch/up_to_date.py index 9563c40..58152e0 100644 --- a/test/Batch/up_to_date.py +++ b/test/Batch/up_to_date.py @@ -85,3 +85,9 @@ test.must_match(['out3', 'f3b.out'], "f3b.in\n") test.up_to_date(options = '--debug=explain', arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |