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/SConscript | |
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/SConscript')
-rw-r--r-- | test/SConscript/Return.py | 6 | ||||
-rw-r--r-- | test/SConscript/SConscript.py | 6 | ||||
-rw-r--r-- | test/SConscript/SConscriptChdir.py | 6 | ||||
-rw-r--r-- | test/SConscript/env.py | 6 | ||||
-rw-r--r-- | test/SConscript/src_dir.py | 6 | ||||
-rw-r--r-- | test/SConscript/variables.py | 6 | ||||
-rw-r--r-- | test/SConscript/white-space.py | 6 |
7 files changed, 42 insertions, 0 deletions
diff --git a/test/SConscript/Return.py b/test/SConscript/Return.py index 2ef4559..a810c7c 100644 --- a/test/SConscript/Return.py +++ b/test/SConscript/Return.py @@ -103,3 +103,9 @@ bar = bar test.run(arguments = '-q -Q', stdout=expect) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/SConscript/SConscript.py b/test/SConscript/SConscript.py index 268c48e..fa7e914 100644 --- a/test/SConscript/SConscript.py +++ b/test/SConscript/SConscript.py @@ -217,3 +217,9 @@ test.run(arguments = ".", build_str = "scons: `.' is up to date.\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/SConscript/SConscriptChdir.py b/test/SConscript/SConscriptChdir.py index 348f87e..99810e3 100644 --- a/test/SConscript/SConscriptChdir.py +++ b/test/SConscript/SConscriptChdir.py @@ -82,3 +82,9 @@ test.fail_test(test.read('test.txt') != "This is the dir3 test.\nThis is the dir test.fail_test(test.read(['dir4', 'test.txt']) != "This is the dir4 test.\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/SConscript/env.py b/test/SConscript/env.py index 0ad0561..42963ff 100644 --- a/test/SConscript/env.py +++ b/test/SConscript/env.py @@ -88,3 +88,9 @@ assert SCons.Script.SConscript.sconscript_reading == 1 """) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/SConscript/src_dir.py b/test/SConscript/src_dir.py index 6e48e06..1a3a3df 100644 --- a/test/SConscript/src_dir.py +++ b/test/SConscript/src_dir.py @@ -97,3 +97,9 @@ test.run(program = goodbye, stdout = "Goodbye, world!\n") test.run(program = hello, stdout = "Hello, world!\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/SConscript/variables.py b/test/SConscript/variables.py index 34f52a0..dd51155 100644 --- a/test/SConscript/variables.py +++ b/test/SConscript/variables.py @@ -167,3 +167,9 @@ assert y == 'zoom' test.run(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/SConscript/white-space.py b/test/SConscript/white-space.py index 87eb701..06acea8 100644 --- a/test/SConscript/white-space.py +++ b/test/SConscript/white-space.py @@ -48,3 +48,9 @@ test.run(arguments = ".", stdout = expect) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |