Skip to content

Commit fe80b3d

Browse files
committed
Add an extra example
1 parent c4d6901 commit fe80b3d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.adoc

+5-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,11 @@ Vertically align function (macro) arguments spanning multiple lines.
226226
(filter even?
227227
(range 1 10))
228228
229-
;; bad
229+
;; bad - argument aligned with function name (one space indent)
230+
(filter even?
231+
(range 1 10))
232+
233+
;; bad - two space indent
230234
(filter even?
231235
(range 1 10))
232236
----

0 commit comments

Comments
 (0)