rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 18 Jan 2021 19:19:47 +0100
changeset 46328 0216abfb2d3e
parent 45620 426294d06ddc
permissions -rw-r--r--
clang-format: reorder includes to appease the formatter The bad order was introduced in d0225a22040c. Differential Revision: https://phab.mercurial-scm.org/D9829

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