rustfmt.toml
author pacien <pacien.trangirard@pacien.net>
Thu, 10 Feb 2022 16:20:14 +0100
changeset 48767 654baf1faa52
parent 45620 426294d06ddc
permissions -rw-r--r--
revlog: memset whole record instead of dealing with padding This is less error-prone. Differential Revision: https://phab.mercurial-scm.org/D12177

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