This commit is contained in:
Timothee Cour
2021-02-18 11:24:21 -08:00
committed by GitHub
parent 8162c47b0f
commit bbaa05dc82

View File

@@ -287,7 +287,7 @@ Miscellaneous
- Use `a..b` instead of `a .. b`, except when `b` contains an operator, for example `a .. -3`.
Likewise with `a..<b`, `a..^b` and other operators starting with `..`.
- Prefer triple quote literals to start with a newline; it's semantically identical
- Prefer multiline triple quote literals to start with a newline; it's semantically identical
(it's a feature of triple quote literals) but clearer because it aligns with the next line:
use this: