Fork me on GitHub
#calva
<
2022-08-14
>
pinkfrog12:08:05

Hi. What affects the indentation? I am using meander/match, and the indentation doesn’t work. Notice the lineA and lineB in the screenshoot. This is what I got after a format document command (which underlyingly uses calva)

pez05:08:22

Indentation is configured via cljfmt config. If you don't have such config, the defaults are used. See https://calva.io/formatting/#configuration which includes a recipe for experimenting with the results of the config in the config file itself. You can move Calva out of (or in to) the picture by formatting with the cljfmt command line tool and see if it does what you expect.