spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
pithyless 2020-02-17T07:19:54.178100Z

The cider-format-* functionality (on the spacemacs develop branch) is not applying my indent rules specified via define-clojure-indent in the clojure-mode-hook . Is this by-design? Should I be using a different approach? Or perhaps defining it for a different mode? It works if I indent via = in evil-mode. The cider docs seem to only cover the {:style/indent ...} metadata approach.

practicalli-john 2020-02-17T10:13:06.181300Z

From a quick look at the code, it seems that Spacemacs is calling CIDER without changing anything. If it's not covered in https://docs.cider.mx/cider/indent_spec.html then probably should ask maintainers on #cider

lread 2020-02-17T14:51:17.185Z

@pithyless, this is a bit of a long shot, but a while ago spacemacs started indenting in unexpected ways for me after moving to the develop branch. The cause was an old stray .editorconfig file, which spacemacs v0.300 now reads, in my home dir. After deleting .editorconfig all was good.