From 66610fdd5da795f6de595e815ccc4d1c9f3f4505 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 10 May 2005 16:51:02 +0000 Subject: Add editor boilerplates to all C files (except the generated ones) p4raw-id: //depot/perl@24440 --- xsutils.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'xsutils.c') diff --git a/xsutils.c b/xsutils.c index 490988bc24..84c9d7e044 100644 --- a/xsutils.c +++ b/xsutils.c @@ -331,3 +331,12 @@ XS(XS_attributes__warn_reserved) XSRETURN(1); } +/* + * Local variables: + * c-indentation-style: bsd + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * + * vim: ts=8 sts=4 sw=4 noet: +*/ -- cgit v1.2.1