[racket-dev] DrRacket's indentation of curly braces

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Thu Jan 27 11:55:05 EST 2011

That's a change I made in the pre-release for scribble programs, yes.
Perhaps I should disable it until I can set the tabber up so it only
works in scribble programs. (If you want to commit something to
disable it before I can get to it, pls. go ahead.)

Robby

On Thu, Jan 27, 2011 at 10:49 AM, Casey Klein
<clklein at eecs.northwestern.edu> wrote:
> DrRacket indents this program
>
> (a
>  )
>
> differently than this program
>
> {a
> }
>
> Is this intentional? I can imagine the behavior being useful for
> Scribble, but it's annoying in a PLAI context where you're using curly
> braces for object language programs.
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev
>


Posted on the dev mailing list.