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/AR | |
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/AR')
-rw-r--r-- | test/AR/AR.py | 6 | ||||
-rw-r--r-- | test/AR/ARCOM.py | 6 | ||||
-rw-r--r-- | test/AR/ARCOMSTR.py | 6 | ||||
-rw-r--r-- | test/AR/ARFLAGS.py | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/test/AR/AR.py b/test/AR/AR.py index 4048340..2c0b1ae 100644 --- a/test/AR/AR.py +++ b/test/AR/AR.py @@ -105,3 +105,9 @@ test.run(arguments = 'b' + _exe, test.fail_test(test.read('wrapper.out') != "wrapper.py\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/AR/ARCOM.py b/test/AR/ARCOM.py index 73c36fc..65cae2e 100644 --- a/test/AR/ARCOM.py +++ b/test/AR/ARCOM.py @@ -68,3 +68,9 @@ test.must_match('output.lib', "file.1\nfile.2\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/AR/ARCOMSTR.py b/test/AR/ARCOMSTR.py index f0a6158..c4a8c77 100644 --- a/test/AR/ARCOMSTR.py +++ b/test/AR/ARCOMSTR.py @@ -72,3 +72,9 @@ test.must_match('output.lib', "file.1\nfile.2\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/AR/ARFLAGS.py b/test/AR/ARFLAGS.py index fbca0ff..087cefe 100644 --- a/test/AR/ARFLAGS.py +++ b/test/AR/ARFLAGS.py @@ -104,3 +104,9 @@ test.run(arguments = 'b' + _exe, test.fail_test(test.read('wrapper.out') != "wrapper.py\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |