elpasync pushed a change to branch elpa/cider.
from f4a8bc4b74 Temporarily skip shadow-cljs integration test
new cb910a0dcd Convert modern indent specs to legacy for clojure-mode
compatibility
new 7237802bbc Document the modern indent spec tuple format
new da4a5bbebb Define key indentation concepts and explain rule
semantics
new 4ed723fc9b Improve examples with depth/position annotations and
rule selection guide
new d5de076bbc Update Special Arguments and Internal Indentation
sections
new 72324a940b Fix typos in stale workflow close messages
new a569a5ffd9 [Fix #3788] Remove cider-info-form eval fallback
new 5d003b579c Add test for cider-var-info lookup op fallback
Summary of changes:
.github/workflows/stale.yml | 4 +-
CHANGELOG.md | 4 +-
doc/modules/ROOT/pages/config/indentation.adoc | 14 +-
doc/modules/ROOT/pages/indent_spec.adoc | 237 ++++++++++++++++++++-----
lisp/cider-client.el | 31 +---
lisp/cider-mode.el | 12 +-
lisp/cider-util.el | 64 +++++++
test/cider-client-tests.el | 23 ++-
test/cider-util-tests.el | 34 ++++
9 files changed, 328 insertions(+), 95 deletions(-)