Add editor boilerplates to all C files
[p5sagit/p5-mst-13.2.git] / pad.c
diff --git a/pad.c b/pad.c
index 280b46c..408514b 100644 (file)
--- a/pad.c
+++ b/pad.c
@@ -1614,3 +1614,13 @@ Perl_pad_compname_type(pTHX_ const PADOFFSET po)
     }
     return Nullhv;
 }
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vim: ts=8 sts=4 sw=4 noet:
+*/