This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add emacs/vim hints
authorJosh ben Jore <jjore@cpan.org>
Tue, 13 Apr 2010 14:53:12 +0000 (07:53 -0700)
committerJosh ben Jore <jjore@cpan.org>
Tue, 13 Apr 2010 17:44:26 +0000 (10:44 -0700)
perldtrace.d

index 6fb94a3..c5844ea 100644 (file)
@@ -7,3 +7,12 @@ provider perl {
     probe sub__entry(char *, char *, int);
     probe sub__return(char *, char *, int);
 };
+
+/*
+ * Local Variables:
+ * tab-width: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */