cespare / goclj

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

Format overrides should work in the source namespace #90

Open mrkam2 opened 3 years ago

mrkam2 commented 3 years ago

Indent overrides do not apply to the source file where the function is defined since it is not a case listed under indent overrides. To fix it, a fourth bullet point is needed, such as:

  1. the symbol is written as foo in the my.ns namespace.

It looks like the implementation is relatively straightforward. I might open a PR for it, time permitting.