summaryrefslogtreecommitdiff
path: root/test/Libs
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-18 16:29:08 +0000
committerSteven Knight <knight@baldmt.com>2009-02-18 16:29:08 +0000
commit71fc7e8e2a4ed846728915487f38d4d9224540c1 (patch)
tree4cdc7538f9be218f637f597c375a4c7c8f3d197e /test/Libs
parent5b899d2b233f2be6d9baf589262d06424be30fef (diff)
downloadscons-71fc7e8e2a4ed846728915487f38d4d9224540c1.tar.gz
Add missing editor settings.
Diffstat (limited to 'test/Libs')
-rw-r--r--test/Libs/LIBS-LIBPREFIX-exists.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Libs/LIBS-LIBPREFIX-exists.py b/test/Libs/LIBS-LIBPREFIX-exists.py
index 3cb2aba0..814eda9d 100644
--- a/test/Libs/LIBS-LIBPREFIX-exists.py
+++ b/test/Libs/LIBS-LIBPREFIX-exists.py
@@ -122,3 +122,9 @@ test.run(program=blender_exe,
stdout='src/component1/message.c\nsrc/component2/hello.c\n')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: