Open lispbub opened 8 years ago
I'd also like to get rid of the whitespace after the name of a function when it is defined, e.g.
(function foo () -> void (return))
gives
void foo () { return }
not
void foo() { return }
Maybe we could even make that stuff configurable?
remove superflous whitespace (see #22)