[slime-devel] [PATCH] fix the indentation of IF forms in the slime-indentation contrib

Luis Oliveira luismbo at gmail.com
Sun Jun 22 15:52:02 UTC 2008


Hello,

The attached patch changes the indentation of IF forms from
  (if foo
    bar
    baz)
to
  (if foo
      bar
      baz)
which is, AFAIK, the most widespread way of indenting IF forms.

Also, this patch
<http://common-lisp.net/~loliveira/patches/slime-changelog-nuke-trailing-whitespace.diff>
removes lots of trailing whitespace from the ChangeLog via
M-x delete-trailing-whitespace.

-- 
Luís Oliveira
http://student.dei.uc.pt/~lmoliv/




More information about the slime-devel mailing list