rustfmt.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 03 Mar 2022 07:56:47 -0800
changeset 49031 2974cdda819b
parent 45623 426294d06ddc
permissions -rw-r--r--
util: remove iterfile() variant for buggy EINTR handling The workaround for Python 2 is no longer needed. So we can delete some code. Differential Revision: https://phab.mercurial-scm.org/D12346

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