Fork me on GitHub
#spacemacs
<
2018-02-14
>
lemons08:02:21

@ag not exactly. After reading cider and spacemacs docs I thought that if some macro has a style indentation metadata, code will be formatted appropriately out of the box. e.g. (defmacro POST [& args] {:style/indent 2} ...) should be indented with two spaces. That wasn't the case for me however. But today I tried it again and it's being indented properly so I don't know what to think anymore