File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ If NS is non-nil, include it in the eval request."
212
212
213
213
(defcustom cider-format-code-options nil
214
214
" A map of options that will be passed to `cljfmt' to format code.
215
- Assuming this is the Clojure map you want to use as `cljfmt options' :
215
+ Assuming this is the Clojure map you want to use as `cljfmt' options:
216
216
217
217
{:indents {org.me/foo [[:inner 0]]}
218
218
:alias-map {\" me\" \" org.me\" }}
@@ -222,7 +222,7 @@ you need to encode it as the following plist:
222
222
'((\" indents\" ((\" org.me/foo\" ((\" inner\" 0))))) (\" alias-map\" ((\" me\" \" org.me\" ))))"
223
223
:type 'list
224
224
:group 'cider
225
- :package-version '(cider . " 1.0 .0" ))
225
+ :package-version '(cider . " 1.1 .0" ))
226
226
227
227
(defun cider--nrepl-format-code-request-map (&optional format-options )
228
228
" Map to merge into requests that require code formatting.
You can’t perform that action at this time.
0 commit comments