You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Rall <dl...@collab.net> on 2006/03/01 06:08:54 UTC

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

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