Skip to content

Commit f605618

Browse files
committedNov 3, 2017
Remove a conflicting docstring indentation rule
1 parent 221073c commit f605618

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed
 

‎README.md

-20
Original file line numberDiff line numberDiff line change
@@ -305,26 +305,6 @@ when there are no arguments on the same line as the function name.
305305
([w x y z & more] (reduce foo (foo w (foo x (foo y z))) more)))
306306
```
307307

308-
* <a name="align-docstring-lines"></a>
309-
Indent each line of multi-line docstrings.
310-
<sup>[[link](#align-docstring-lines)]</sup>
311-
312-
```Clojure
313-
;; good
314-
(defn foo
315-
"Hello there. This is
316-
a multi-line docstring."
317-
[]
318-
(bar))
319-
320-
;; bad
321-
(defn foo
322-
"Hello there. This is
323-
a multi-line docstring."
324-
[]
325-
(bar))
326-
```
327-
328308
* <a name="crlf"></a>
329309
Use Unix-style line endings. (*BSD/Solaris/Linux/OSX users are
330310
covered by default, Windows users have to be extra careful.)

0 commit comments

Comments
 (0)
Please sign in to comment.