I’m erring on the side of commit and git ‘er done by merging this PR today, adding a small bit of text to the style guide. The following paste from the web discards leading spaces, apologies:
*** In addition, every pair of expressions on a line should have at least one space between the two, even if they’re separated by parentheses. @compare[ @racketmod[#:file @tt{good} racket (define (f x g) [(< x 3) (g (g 3))]) ] @filebox[@tt{bad} @codeblock{#lang racket (define(f x g) [(< x 3)(g(g 3))]) }] ] *** https://github.com/racket/racket/pull/3049 -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/3bbe88d9-53ea-4d26-a0e0-b5a53e460790%40mtasv.net.