Fork me on GitHub
#emacs
<
2017-12-02
>
vemv14:12:12

clojure-mode (the culprit I believe) indents [:ul with two spaces

vemv14:12:36

I think it treats something (vectors? html?) as a special case

vemv14:12:02

elsewhere, similar code would be indented with 1 space

vemv14:12:22

the problem is that clojure-mode indents with 2-spaces here, and cider+cljfmt, with 1

vemv14:12:50

so the discrepancy makes editing annoying

vemv14:12:58

any idea of what could be going on? --- edit: this was the fix (setq clojure-indent-style ':always-align) I had been using ':align-arguments for quite long, didn't realise it's not the default option