From 14d04a33467fd25c9767918f61a2bfaec64b0cfa Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Fri, 25 May 2012 08:40:18 -0400 Subject: update the editor hints for spaces, not tabs This updates the editor hints in our files for Emacs and vim to request that tabs be inserted as spaces. --- mro.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mro.c') diff --git a/mro.c b/mro.c index 41e34cd6d5..b07683f4a7 100644 --- a/mro.c +++ b/mro.c @@ -1422,8 +1422,8 @@ XS(XS_mro_method_changed_in) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ -- cgit v1.2.1