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/TAR | |
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/TAR')
-rw-r--r-- | test/TAR/TAR.py | 6 | ||||
-rw-r--r-- | test/TAR/TARCOM.py | 6 | ||||
-rw-r--r-- | test/TAR/TARCOMSTR.py | 6 | ||||
-rw-r--r-- | test/TAR/TARFLAGS.py | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/test/TAR/TAR.py b/test/TAR/TAR.py index 8a9a197..f56a5e9 100644 --- a/test/TAR/TAR.py +++ b/test/TAR/TAR.py @@ -161,3 +161,9 @@ f5.Tar(target = 'f5.tgz', source = ['file23', 'file24']) test.fail_test(test.stdout() != "file22\nfile23\nfile24\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/TAR/TARCOM.py b/test/TAR/TARCOM.py index a7313b3..fcf4588 100644 --- a/test/TAR/TARCOM.py +++ b/test/TAR/TARCOM.py @@ -65,3 +65,9 @@ test.must_match('test1.tar', "test1.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/TAR/TARCOMSTR.py b/test/TAR/TARCOMSTR.py index eee9b16..70b6c69 100644 --- a/test/TAR/TARCOMSTR.py +++ b/test/TAR/TARCOMSTR.py @@ -65,3 +65,9 @@ test.must_match('aaa.tar', "aaa.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/TAR/TARFLAGS.py b/test/TAR/TARFLAGS.py index f2973b4..40031ce 100644 --- a/test/TAR/TARFLAGS.py +++ b/test/TAR/TARFLAGS.py @@ -138,3 +138,9 @@ bar.Tar(target = 'bar.tar', source = 'file15') test.fail_test(test.stdout() != "file13\nfile14\nfile15\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |