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

Re: [PATCH] Next rev of Windows service support (Feb 27)

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-03-01 07:08:54 CET

On Tue, 28 Feb 2006, Branko Čibej wrote:

> Arlie Davis wrote:
...
> >do have various Linux & *BSD machines available. If there is some
> >formatter that does the right thing, I'll run it before submitting
> >my patches in the future.
>
> Emacs (on Windows or elsewhere) will do the right thing in its default
> (GNU) indentation mode. We have an elisp file in our tree that sets up
> the correct parameters.

http://svn.collab.net/repos/svn/trunk/tools/dev/svn-dev.el

;;; Subversion C conventions
(if (eq major-mode 'c-mode)
    (progn
      (c-add-style "svn" '("gnu" (c-offsets-alist . ((inextern-lang . 0)))))
      (c-set-style "svn")))
(setq indent-tabs-mode nil)
(setq angry-mob-with-torches-and-pitchforks t)

Or if you prefer (with the obligatory "ugh" ;) ...

http://svn.collab.net/repos/svn/trunk/tools/dev/svn-dev.vim

-- 
Daniel Rall

  • application/pgp-signature attachment: stored
Received on Wed Mar 1 07:10:00 2006

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.