We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221073c commit f605618Copy full SHA for f605618
README.md
@@ -305,26 +305,6 @@ when there are no arguments on the same line as the function name.
305
([w x y z & more] (reduce foo (foo w (foo x (foo y z))) more)))
306
```
307
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
322
323
324
325
326
- ```
327
328
* <a name="crlf"></a>
329
Use Unix-style line endings. (*BSD/Solaris/Linux/OSX users are
330
covered by default, Windows users have to be extra careful.)
0 commit comments