Fork me on GitHub
#spacemacs
<
2019-12-18
>
practicalli-johnny12:12:08

@drewverlee my understanding is that Cursive (IntelliJ) has been following the same formatting rules as the default CIDER ones. I would have thought a style formatter step in the CI would actually be more effective that trying to keep a range of editors in sync. Or you could have a pre-commit hook locally to format the code. There was a brief discussion at https://clojureverse.org/t/autoformatting-clojure-code/1243 There are some other suggestions here: https://blog.ona.io/general/2016/02/07/automating-style-in-clojure.html

Drew Verlee15:12:01

thats a very useful insight. Thanks.