rustfmt.toml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 31 Mar 2022 22:06:26 -0700
changeset 49120 fb82b5cb8301
parent 45623 426294d06ddc
permissions -rw-r--r--
rust-changelog: don't skip empty lines when iterating over changeset lines The first empty line in the changeset indicates the end of headers and beginning of description. Callers can't know figure out where that position is if empty lines are skipped. Differential Revision: https://phab.mercurial-scm.org/D12426

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