Fork me on GitHub
#cider
<
2022-07-14
>
jon rostran15:07:08

does someone know how to setup cljfmt in cider? I setup the hook and it works (it’s there after running C-h v before-save-hook ) but it’s not following the rules I set for it in cider-format-code-options

jon rostran15:07:30

if my cljfmt looks like this {:split-keypairs-over-multiple-lines? t } how do I encode into emacs plist

jon rostran15:07:40

or rather, what’s the way to inspect that cljfmt indeed runs and inspect it’s config settings?