[racket] Control indentation

From: José Lopes (jose.lopes at ist.utl.pt)
Date: Fri Nov 4 02:20:30 EDT 2011

Hello everyone,

I would like to tell the editor how to indent a particular piece of code.
For example, I have this

(move-z box-height
         (cube 1))

But I would like to have this

(move-z box-height
   (cube 1))

Is there a way to tell the editor how to indent?

Regards,
José

-- 
José António Branquinho de Oliveira Lopes
58612 - MEIC-A
jose.lopes at ist.utl.pt



Posted on the users mailing list.