gui/gui-test/framework
Robby Findler ab063326fe change indentation strategy for sequences whose head is a keyword
assume that these are part of some internal structure of something
that, in general looks like

  (#:x 1 #:y 2 #:z 3)

and so prefer to indent like this:

  (#:x 1
   #:y 2
   #:z 3)

instead of like this:

  (#:x 1
       #:y 2
       #:z 3)
2016-02-25 10:37:44 -06:00
..
tests change indentation strategy for sequences whose head is a keyword 2016-02-25 10:37:44 -06:00
info.rkt Remove extra directories. 2014-12-02 02:33:07 -05:00