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

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Thu Jan 27 12:22:34 EST 2011

I've pushed a change that disables it. I'll try to get back to this
properly for 5.2 or so.

Robby

On Thu, Jan 27, 2011 at 11:10 AM, John Clements
<clements at brinckerhoff.org> wrote:
>
> On Jan 27, 2011, at 8:49 AM, Casey Klein 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.
>
> +1; I'm teaching a PLAI course right now.
>
> John
>
>
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev
>


Posted on the dev mailing list.