summaryrefslogtreecommitdiff
path: root/perlio.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-05-10 16:51:02 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-05-10 16:51:02 +0000
commit4db465ad8c6a2ce05f41ee656e4b9c756a58e5fe (patch)
tree3e040e06f33275f702454aa4607e4181ad35c589 /perlio.c
parent87c807e4d74d4949ae7303f49a74519ce052b49c (diff)
downloadperl-4db465ad8c6a2ce05f41ee656e4b9c756a58e5fe.tar.gz
Add editor boilerplates to all C files
(except the generated ones) p4raw-id: //depot/perl@24440
Diffstat (limited to 'perlio.c')
-rw-r--r--perlio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perlio.c b/perlio.c
index f437222357..a619636097 100644
--- a/perlio.c
+++ b/perlio.c
@@ -5048,5 +5048,5 @@ PerlIO_sprintf(char *s, int n, const char *fmt, ...)
* indent-tabs-mode: t
* End:
*
- * vim: shiftwidth=4:
+ * vim: ts=8 sts=4 sw=4 noet:
*/