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 8073725 commit 147bf84Copy full SHA for 147bf84
clojure-mode.el
@@ -1130,9 +1130,10 @@ will align the values like this:
1130
:safe #'listp
1131
:type '(repeat string))
1132
1133
-(defcustom clojure-align-cond-forms '("condp" "cond" "cond->" "cond->>" "case" "are"
1134
- "clojure.core/condp" "clojure.core/cond" "clojure.core/cond->"
1135
- "clojure.core/cond->>" "clojure.core/case" "clojure.test/are")
+(defcustom clojure-align-cond-forms
+ '("condp" "cond" "cond->" "cond->>" "case" "are"
+ "clojure.core/condp" "clojure.core/cond" "clojure.core/cond->"
1136
+ "clojure.core/cond->>" "clojure.core/case" "clojure.test/are")
1137
"List of strings identifying cond-like forms."
1138
:package-version '(clojure-mode . "5.1")
1139
0 commit comments