rustfmt.toml
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 24 May 2021 16:27:54 +0530
changeset 47411 88119fffecc8
parent 45623 426294d06ddc
permissions -rw-r--r--
rhg: look for repository in ancestors also instead of cwd only Last patch introduced config reading at startup to parse value of `--repository` flag. However, that patch only tried to check for current repository at current working directory and not it's ancestors. This patch fixes that. Differential Revision: https://phab.mercurial-scm.org/D10767

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