diff options
Diffstat (limited to 'test/MSVS/vs-8.0-files.py')
-rw-r--r-- | test/MSVS/vs-8.0-files.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MSVS/vs-8.0-files.py b/test/MSVS/vs-8.0-files.py index 28e9f2a..86dcfd2 100644 --- a/test/MSVS/vs-8.0-files.py +++ b/test/MSVS/vs-8.0-files.py @@ -96,3 +96,9 @@ assert vcproj[:len(expect)] == expect, test.diff_substr(expect, vcproj) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |