avli / clojureVSCode

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

Add ability to pass parameters to cljfmt as string #87

Closed Jylhis closed 6 years ago

Jylhis commented 6 years ago

Settings take string of parameters: ":indentation? true :remove-surrounding-whitespace? false" and passes those to cljfmt.

resolves #74

avli commented 6 years ago

Awesome! Thank you!