clojure-emacs / cider-nrepl

A collection of nREPL middleware to enhance Clojure editors with common functionality like definition lookup, code completion, etc.
https://docs.cider.mx/cider-nrepl
670 stars 175 forks source link

Don't apply indentation inference for `:style/indent nil` metadata #884

Closed vemv closed 3 weeks ago

vemv commented 3 weeks ago

Fixes https://github.com/clojure-emacs/cider/issues/3684

vemv commented 3 weeks ago

Thanks for the eyeing!