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 091bf37 commit 2181bb9Copy full SHA for 2181bb9
clojure-mode-indentation-test.el
@@ -133,6 +133,27 @@ values of customisable variables."
133
|\"some doc string
134
- some note\"")
135
136
+;; we can specify different indentation for symbol with some ns prefix
137
+(put-clojure-indent 'bala 0)
138
+(put-clojure-indent 'ala/bala 1)
139
+
140
+(check-indentation symbol-without-ns
141
+ "
142
+(bala
143
+|one)"
144
145
146
+ |one)")
147
148
+(check-indentation symbol-with-ns
149
150
+(ala/bala top
151
152
153
154
155
156
157
(provide 'clojure-mode-indentation-test)
158
159
;; Local Variables:
0 commit comments