summaryrefslogtreecommitdiffstats
path: root/test/LEX/LEX.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/LEX/LEX.py')
-rw-r--r--test/LEX/LEX.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/LEX/LEX.py b/test/LEX/LEX.py
index 94692db..7964063 100644
--- a/test/LEX/LEX.py
+++ b/test/LEX/LEX.py
@@ -72,3 +72,9 @@ test.must_match('ddd.m', "ddd.lm\nmylex.py\n", mode='r')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: