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/IDL | |
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/IDL')
-rw-r--r-- | test/IDL/IDLSUFFIXES.py | 6 | ||||
-rw-r--r-- | test/IDL/MIDLCOM.py | 6 | ||||
-rw-r--r-- | test/IDL/MIDLCOMSTR.py | 6 | ||||
-rw-r--r-- | test/IDL/midl.py | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/test/IDL/IDLSUFFIXES.py b/test/IDL/IDLSUFFIXES.py index 2aaf9fe..f71ceba 100644 --- a/test/IDL/IDLSUFFIXES.py +++ b/test/IDL/IDLSUFFIXES.py @@ -68,3 +68,9 @@ Install file: "foo.x" as "foo_x" test.up_to_date(arguments='.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/IDL/MIDLCOM.py b/test/IDL/MIDLCOM.py index b285568..9005d6b 100644 --- a/test/IDL/MIDLCOM.py +++ b/test/IDL/MIDLCOM.py @@ -71,3 +71,9 @@ test.up_to_date(options = '--debug=explain', arguments = 'aaa.tlb') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/IDL/MIDLCOMSTR.py b/test/IDL/MIDLCOMSTR.py index 8c3a15a..472526a 100644 --- a/test/IDL/MIDLCOMSTR.py +++ b/test/IDL/MIDLCOMSTR.py @@ -65,3 +65,9 @@ test.must_match('aaa.tlb', "aaa.idl\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/IDL/midl.py b/test/IDL/midl.py index ac9597c..bf4f58c 100644 --- a/test/IDL/midl.py +++ b/test/IDL/midl.py @@ -442,3 +442,9 @@ test.must_not_exist(['build2','bar.lib']) test.must_not_exist(['build2','bar.exp']) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |