cespare / goclj

Clojure parsing in Go
MIT License
37 stars 6 forks source link

Functions prefixed with `send-` should not have special formatting #77

Closed stefan-toubia closed 3 years ago

stefan-toubia commented 4 years ago

We should not format send-xxx functions with non-standard indentation and instead treat clojure.core/send-off as a special case.

https://github.com/cespare/goclj/blob/ef4603649d4deaf975b244d275977b469a9b61d4/format/format.go#L299