Closed axelarge closed 1 month ago
Maybe this intended behavior and part of a rule that I've missed, but I would expect the body of anon functions using reader syntax to be indented relative to the opening parenthesis, not the #.
#
That is, I would expect these to be formatted like
(when :foo :bar) #(when :foo :bar)
but instead the result is:
Fixed with PR-116
Maybe this intended behavior and part of a rule that I've missed, but I would expect the body of anon functions using reader syntax to be indented relative to the opening parenthesis, not the
#
.That is, I would expect these to be formatted like
but instead the result is: