Fork me on GitHub
#vim
<
2021-05-13
>
walterl20:05:22

Has anyone managed to get "one space indent" (https://guide.clojure.style/#one-space-indent) working correctly in vim?

3
defndaines20:05:51

No, but curious to find out. I had it with an older tool I used, but there were other issues with that which led me to switch.

defndaines21:05:07

Now I just get tripped up by the cljfmt failures in CI when I forget to check.

walterl20:05:33

Related: anything that handles :style/indent attributes?