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/SConsignFile | |
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/SConsignFile')
-rw-r--r-- | test/SConsignFile/default.py | 6 | ||||
-rw-r--r-- | test/SConsignFile/explicit-file.py | 6 | ||||
-rw-r--r-- | test/SConsignFile/make-directory.py | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/test/SConsignFile/default.py b/test/SConsignFile/default.py index 2e76c3d..f38aec8 100644 --- a/test/SConsignFile/default.py +++ b/test/SConsignFile/default.py @@ -80,3 +80,9 @@ test.must_not_exist(test.workpath('.sconsign')) test.must_not_exist(test.workpath('subdir', '.sconsign')) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/SConsignFile/explicit-file.py b/test/SConsignFile/explicit-file.py index 1c087ac..33963c2 100644 --- a/test/SConsignFile/explicit-file.py +++ b/test/SConsignFile/explicit-file.py @@ -80,3 +80,9 @@ test.must_not_exist(test.workpath('.sconsign')) test.must_not_exist(test.workpath('subdir', '.sconsign')) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/SConsignFile/make-directory.py b/test/SConsignFile/make-directory.py index 46f4da0..50bab79 100644 --- a/test/SConsignFile/make-directory.py +++ b/test/SConsignFile/make-directory.py @@ -65,3 +65,9 @@ test.must_match(['bar', 'foo.txt'], "Foo\n") test.must_exist(['sub', 'dir', 'sconsign.dblite']) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |