Fork me on GitHub
#calva
<
2023-12-18
>
pez10:12:14

Dear Calva friends: https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.403 • Fix: https://github.com/BetterThanTomorrow/calva/issues/2263 • Bump deps.clj version: v1.11.1.1429 Apart from fixing the bug with symbol rules being treated as regexes, generally now the indenter behave more closely to how cljfmt behaves for the same configuration. Specifically regex rules won’t override symbol rules. E.g. an :extra-indents rule like #"^l" [[:block 0]] will match all functions starting with l that are not specified as symbols. So say you have a rule lt [[:inner 0]], that will take precedence, as will the built-in let rule, but a function named lingo with no matching symbol rule will be indented with [[:block 0]].