cespare / goclj

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

Run cljfmt over .edn files #96

Closed asponring closed 1 year ago

asponring commented 1 year ago

Cljfmt transformations appear to apply correctly to edn, which is a subset of Clojure syntax. This PR proposes to turn on edn formatting by default.

asponring commented 1 year ago

@cespare PTAL.

cespare commented 1 year ago

I'm fine with formatting EDN files but I can definitely imagine wanting to turn that off. I sent #98 which adds it as a config file option.

asponring commented 1 year ago

@cespare your PR #98 looks good. Since it supersedes the current PR I'll close this one. When I have confirmation that it's ok to merge in the main repo, I'll let you know.