We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d6901 commit fe80b3dCopy full SHA for fe80b3d
1 file changed
README.adoc
@@ -226,7 +226,11 @@ Vertically align function (macro) arguments spanning multiple lines.
226
(filter even?
227
(range 1 10))
228
229
-;; bad
+;; bad - argument aligned with function name (one space indent)
230
+(filter even?
231
+ (range 1 10))
232
+
233
+;; bad - two space indent
234
235
236
----
0 commit comments