Matthew Spencer

Results 68 comments of Matthew Spencer

I am experiencing a similar behavior. I believe the file is being saved. After, something changes so that it does not appear to be saved.

I had issues with regex in edn when testing some things with indentation rules. Maybe something like ``` {:clojure :top :project-ns :bottom} ``` or just using prefix instead of full...

I believe you can configure using a file. We have .cljfmt.edn in our project. Its the default file for clojure-lsp and works without set up in emacs. In vscode, you...

Would this extend to the lein-cljfmt plugin, or would that need to be a seperate change on that side?

super duper cool. thank you!

FYI this function is not in the API docs.

More generically, if cursive could use and cli formatter instead of the built in, that would fix this issue. cljfmt has a lein plug in and can be called like...

I found a file watcher plugin after posting this. I think that mostly takes care of everything. I have the beginning of some instructions on how to set that up...

> Hey @sirmspencer it'd be nice to share what you found here. I'm having the same problems. Here is the section from my internal wiki. It may have some company...