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/explain | |
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/explain')
-rw-r--r-- | test/explain/alias-order.py | 6 | ||||
-rw-r--r-- | test/explain/basic.py | 6 | ||||
-rw-r--r-- | test/explain/function-actions.py | 6 | ||||
-rw-r--r-- | test/explain/get_csig.py | 6 | ||||
-rw-r--r-- | test/explain/save-info.py | 6 |
5 files changed, 30 insertions, 0 deletions
diff --git a/test/explain/alias-order.py b/test/explain/alias-order.py index 78f9642..3eed275 100644 --- a/test/explain/alias-order.py +++ b/test/explain/alias-order.py @@ -79,3 +79,9 @@ test.run(chdir='src', arguments=args, stdout=expect) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/explain/basic.py b/test/explain/basic.py index 1888b5d..93d761b 100644 --- a/test/explain/basic.py +++ b/test/explain/basic.py @@ -422,3 +422,9 @@ test.up_to_date(chdir='src',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/explain/function-actions.py b/test/explain/function-actions.py index 7e6a2d4..e5f9ba8 100644 --- a/test/explain/function-actions.py +++ b/test/explain/function-actions.py @@ -95,3 +95,9 @@ ChangingCopy(["f2.out"], ["f2.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/explain/get_csig.py b/test/explain/get_csig.py index 4bf4981..d35a315 100644 --- a/test/explain/get_csig.py +++ b/test/explain/get_csig.py @@ -73,3 +73,9 @@ test.not_up_to_date(arguments=args) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/explain/save-info.py b/test/explain/save-info.py index f6ff39a..d2ffc7d 100644 --- a/test/explain/save-info.py +++ b/test/explain/save-info.py @@ -206,3 +206,9 @@ file5.k 1 line 4 test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |