You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is most problematic when the metadata is long enough that the variable name needs to be wrapped to the next line:
(def ^{:private true
:doc "Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Ut non diam vel erat dapibus facilisis vel vitae nunc.
Curabitur at fermentum lorem. Cras et bibendum ante."}
some-long-and-descriptive-variable-name "stuff")
becomes
(def ^{:private true
:doc "Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Ut non diam vel erat dapibus facilisis vel vitae nunc.
Curabitur at fermentum lorem. Cras et bibendum ante."})
some-long-and-descriptive-variable-name "stuff"
The following code breaks when the code is reformatted when Parinfer is enabled.
Before:
After:
Cursive version: 1.8.0-eap6-2018.2
The text was updated successfully, but these errors were encountered: