avli / clojureVSCode

Clojure support for Visual Studio Code
https://avli.github.io/clojureVSCode/
MIT License
204 stars 34 forks source link

format: fix linebreak issues #66

Closed m90 closed 7 years ago

m90 commented 7 years ago

When unescaping the content returned from cljfmt, do not unescape newlines that are part of strings - fixes #64

This replaces #65 and actually works this time.