[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH v3] issue 1493 - use libsvndiff for diffing properties

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 5 Aug 2009 03:17:54 +0300 (Jerusalem Daylight Time)

Daniel Näslund wrote on Tue, 4 Aug 2009 at 19:55 +0200:
> > In the future, please take more care about indentation. It takes
> > a lot of time to fix it up, and the less time your patches take
> > to process, the quicker they will get committed.
>
> Sorry about all the indentations and other style fixes you had to do.
> I'm a beginnner and as such enthusiastic but sometimes careless. I will
> try hard to save time for my tutors in my work to come. Perhaps there is
> some script to use for checking style in the code? I use the c.vim file
> from the tools directory but unfortunately it has its flaws. can not
> just do a ggvG= and everything is adjusted to meet the GNU standard.
>

I've posted about my configuration before[1]; the relevant line is

    setlocal textwidth=79 tabstop=2 shiftwidth=2 expandtab cindent cinoptions=>2sn-s{s^-s:s

though I never tested it with gg=G; I'm only sure that it takes care of
formatting correctly the code as it's written.

(It's not perfect.. it probably wants +=t0(0, and maybe others)

[1] http://article.gmane.org/gmane.comp.version-control.subversion.devel/105238

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2380238
Received on 2009-08-05 02:18:20 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.