summaryrefslogtreecommitdiffstats
path: root/test/Fortran/F95FLAGS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Fortran/F95FLAGS.py')
-rw-r--r--test/Fortran/F95FLAGS.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Fortran/F95FLAGS.py b/test/Fortran/F95FLAGS.py
index 4b9ef83..86fd9f5 100644
--- a/test/Fortran/F95FLAGS.py
+++ b/test/Fortran/F95FLAGS.py
@@ -155,3 +155,9 @@ bar.Program(target = 'bar', source = 'bar.f95')
test.must_match('wrapper.out', "wrapper.py\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: