summaryrefslogtreecommitdiff
path: root/miniperlmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'miniperlmain.c')
-rw-r--r--miniperlmain.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/miniperlmain.c b/miniperlmain.c
index 53ab947537..48993cdc8a 100644
--- a/miniperlmain.c
+++ b/miniperlmain.c
@@ -125,3 +125,13 @@ xs_init(pTHX)
{
dXSUB_SYS;
}
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vim: ts=8 sts=4 sw=4 noet:
+*/