Fork me on GitHub
#spacemacs
<
2019-05-07
>
cjsauer15:05:14

Hello 👋 Is it at all possible to control the indentation rules of hiccup forms specifically? Meaning nested vectors with a keyword in first position. By default it indents these with only 1 space, but it’d be nice to have it use 2.

cjsauer15:05:41

I can find docs all over for forms/fns/macro indentation, but nothing about data structures themselves

practicalli-johnny18:05:13

I hand not noticed there was only one space with nested vectors, it looks quite nice to me especially with a lot of nested :div's. However, I assume its a bit more noticeable when mixed in with function calls.

practicalli-johnny18:05:55

I couldnt find anything about changing indentation for nested vectors. They should know on the #cider channel

practicalli-johnny18:05:20

Its possible for macros and there seems to be a setting for most things...