view rustfmt.toml @ 46875:651e6df2b0a4

clang-format: run the formatter on mercurial/cext/revlog.c This fix `test-check-clang-format.t` that has been complaining for a while. Differential Revision: https://phab.mercurial-scm.org/D10327
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 08 Apr 2021 20:05:59 +0200
parents 426294d06ddc
children
line wrap: on
line source

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