
matias
2022-7-15 03:42:47
DrRacket really seems to want to indent

matias
2022-7-15 03:42:52
'(a b
c d)

matias
2022-7-15 03:42:53
as

matias
2022-7-15 03:43:05
'(a b
c d)

matias
2022-7-15 03:43:39
I can’t tell if this is correct or an unintended bug.

samth
2022-7-15 03:54:39
That is the intended behavior

samth
2022-7-15 03:54:52
but in a larger sense it’s not great

samth
2022-7-15 03:55:29
The way to think about it is that '(+ 1
2)
and '(a b
c)
should probably be indented differently, but the difference is really in our heads

samth
2022-7-15 04:54:07
Unfortunately this has now returned in different form: http://drdr.racket-lang.org/61110/racket/share/pkgs/quickscript-test/drracket.rkt