Add node.js support to `cljfmt.config`
PEZ opened this issue · 0 comments
PEZ commented
Currently, when using cljfmt as a library, to utilize cljfmt for finding and reading the format configuration is only available to JVM usage.
We could create a node.js version of
cljfmt.config
in order to harmonize the configuration reading; not just for legacy keys, but also for finding and reading the configuration.
Originally posted by @weavejester in #318 (comment)