gui/gui-test
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
..
framework change indentation strategy for sequences whose head is a keyword 2016-02-25 10:37:44 -06:00
mrlib/tests fix definitely-same-image? for the image-snip case 2015-01-28 21:39:47 -06:00
tests/gracket Remove this-expression-source-directory. 2015-12-11 10:42:54 -05:00
info.rkt Remove extra directories. 2014-12-02 02:33:07 -05:00
LICENSE.txt Remove extra directories. 2014-12-02 02:33:07 -05:00