We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85016ef commit 928f251Copy full SHA for 928f251
doc/modules/ROOT/pages/usage/misc_features.adoc
@@ -334,3 +334,12 @@ You can supply additional configuration to `cljfmt` via the configuration variab
334
NOTE: CIDER doesn't shell out to `cljfmt` - it interacts with it via nREPL
335
(there's `format` middleware in `cider-nrepl`), which is faster that
336
shelling out.
337
+
338
+== Formatting EDN
339
340
+Similarly to the `cljfmt` integration, CIDER also provides a convenient interface
341
+to format EDN using `clojure.tools.reader.edn`. The following commands are provided:
342
343
+* `cider-format-edn-defun`
344
+* `cider-format-edn-region`
345
+* `cider-format-edn-buffer`
0 commit comments