russellw / scheme-format

Format Scheme source code
MIT License
8 stars 2 forks source link

module declarations become hard to read #4

Open masukomi opened 7 years ago

masukomi commented 7 years ago
(module my-module (functions become one huge run on sentence of things that are just so long that eventually in a big module they start to wrap or just go off the edge of the window which is not very cool)

(define (methods)...)

)