Closed axelarge closed 1 month ago
Please see screenshot:
Input:
(-> #js [(one-promise) (another-promise)] (js/Promise.all) (.then (fn [_]))) (-> #uuid "15adfdf0-2e6b-410e-a489-f71d1dd17642" str)
I would expect the code to be unchanged after formatting, but everything gets aligned to one character after #
#
I would guess that this is also what's causing #108.
Fixed with PR-118
Please see screenshot:
Input:
I would expect the code to be unchanged after formatting, but everything gets aligned to one character after
#
I would guess that this is also what's causing #108.