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/scons-time/run/archive | |
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/scons-time/run/archive')
-rw-r--r-- | test/scons-time/run/archive/dir.py | 6 | ||||
-rw-r--r-- | test/scons-time/run/archive/tar-gz.py | 6 | ||||
-rw-r--r-- | test/scons-time/run/archive/tar.py | 6 | ||||
-rw-r--r-- | test/scons-time/run/archive/tgz.py | 6 | ||||
-rw-r--r-- | test/scons-time/run/archive/zip.py | 6 |
5 files changed, 30 insertions, 0 deletions
diff --git a/test/scons-time/run/archive/dir.py b/test/scons-time/run/archive/dir.py index a6c48ec..590d568 100644 --- a/test/scons-time/run/archive/dir.py +++ b/test/scons-time/run/archive/dir.py @@ -47,3 +47,9 @@ test.must_exist('foo-000-0.log', 'foo-000-2.prof') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/archive/tar-gz.py b/test/scons-time/run/archive/tar-gz.py index ac69e29..af11c33 100644 --- a/test/scons-time/run/archive/tar-gz.py +++ b/test/scons-time/run/archive/tar-gz.py @@ -47,3 +47,9 @@ test.must_exist('foo-000-0.log', 'foo-000-2.prof') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/archive/tar.py b/test/scons-time/run/archive/tar.py index 18823d7..a85dacf 100644 --- a/test/scons-time/run/archive/tar.py +++ b/test/scons-time/run/archive/tar.py @@ -47,3 +47,9 @@ test.must_exist('foo-000-0.log', 'foo-000-2.prof') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/archive/tgz.py b/test/scons-time/run/archive/tgz.py index f7df9a0..c349e02 100644 --- a/test/scons-time/run/archive/tgz.py +++ b/test/scons-time/run/archive/tgz.py @@ -47,3 +47,9 @@ test.must_exist('foo-000-0.log', 'foo-000-2.prof') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/archive/zip.py b/test/scons-time/run/archive/zip.py index b5b122b..2fad3b8 100644 --- a/test/scons-time/run/archive/zip.py +++ b/test/scons-time/run/archive/zip.py @@ -71,3 +71,9 @@ test.must_exist('foo-000-0.log', 'foo-000-2.prof') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |