When I use for, for/list, for/vector or for/hash, I get this indentation:

(for ([(i j) #hash(("a" . 1) ("b" . 20))])
     (display (list i j)))

instead of this:

(for ([(i j) #hash(("a" . 1) ("b" . 20))])
  (display (list i j)))

If I want the latter, is there a setting I can use to get the two-spaces 
indentation under a for/thing that I want, as I do under a let?

Geoff

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to