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/M4 | |
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/M4')
-rw-r--r-- | test/M4/M4.py | 6 | ||||
-rw-r--r-- | test/M4/M4COM.py | 6 | ||||
-rw-r--r-- | test/M4/M4COMSTR.py | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/test/M4/M4.py b/test/M4/M4.py index d7d87bd..9f877ee 100644 --- a/test/M4/M4.py +++ b/test/M4/M4.py @@ -103,3 +103,9 @@ bar.M4(target = 'bar', source = 'bar.m4') test.fail_test(test.read('bar', 'r') != "line 1\nbbb\nline 3\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/M4/M4COM.py b/test/M4/M4COM.py index 8c36d86..9299645 100644 --- a/test/M4/M4COM.py +++ b/test/M4/M4COM.py @@ -61,3 +61,9 @@ test.must_match('aaa.out', "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/M4/M4COMSTR.py b/test/M4/M4COMSTR.py index a9e91e6..1425f5c 100644 --- a/test/M4/M4COMSTR.py +++ b/test/M4/M4COMSTR.py @@ -65,3 +65,9 @@ test.must_match('aaa.out', "aaa.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |