rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 10 Jul 2021 14:05:59 +0200
changeset 47625 7bafe40ab78a
parent 45620 426294d06ddc
permissions -rw-r--r--
windows: use abspath in extensions We replace `os.path.abspath` with `util.abspath`. This should solve more "drive capitalization" issue on Windows. Differential Revision: https://phab.mercurial-scm.org/D11062

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