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
Mimic multi-line string/regex indent behaviour of VS Code and Emacs
The `=` operator will no longer alter the indent of lines within
a Clojure multi-line string or regular expression.
The previous behaviour was annoying for writing detailed doc-strings, as
it made reformatting the file with `gg=G` not possible as it would screw
up the indentation within the doc-strings.
Now the behaviour matches that of VS Code and Emacs.
0 commit comments