Hello!
Cursive has a built in code formatter, but to be able to check correct code-style on our project from within our code-review system, I need to run a stand-alone tool. For that I use cljfmt [1], which uses a different style than what Cursive has built-in.
Would it be possible to, either:
1. Support cljfmt as a code-styler within Cursive, or
2. Provide the cljfmt code-style as a preset within Cursive, or
3. Provide the Cursive built-in code-style as a cljfmt setting, or
4. Provide Cursive's code-styler as a stand-alone tool?
cljfmt uses a settings format to define the code-style [2]. Maybe Cursive could learn to import code-styles in format (just like it currently imports "IntelliJ IDEA code style XML" and "Eclipse XML Profile"), so that I could import the cljfmt default style [3] into Cursive?
Best regards,
Dennis
[1]:
https://github.com/weavejester/cljfmt[2]:
https://github.com/weavejester/cljfmt#indentation-rules[3]:
https://github.com/weavejester/cljfmt/tree/master/cljfmt/resources/cljfmt/indents