spacemacs 2022-11-26

Howdy, Does anyone have a hook or method to auto format .clj buffers on save?

Personally, most of my formatting is done automatically as I type, with either clojure-lsp or cider. I rarely have to format manually using the , = menu. I also use https://github.com/greglook/cljstyle binary to run a format check or format fix before committing a change to Git. That could be also be added a Git pre-commit hook, but I prefer to do it manually.

🙏 1