rustfmt.toml
author Joerg Sonnenberger <joerg@bec.de>
Sun, 30 Jun 2024 13:22:23 +0200
changeset 51829 c1ed5ee2ad82
parent 45620 426294d06ddc
permissions -rw-r--r--
http: reuse Python's implementation of read/readline/readinto Since Python 3 already provides a working implementation of readline, there is no need for our own buffering implementation. Reduce the code to transfer accounting only.

edition = "2018"
max_width = 79
wrap_comments = true
error_on_line_overflow = true