Mercurial > hg
annotate rust/hg-direct-ffi/rustfmt.toml @ 44419:df8053082364
phabricator: pass ui instead of repo to `querydrev()`
Also not a repository operation.
Differential Revision: https://phab.mercurial-scm.org/D8206
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Mon, 17 Feb 2020 13:08:01 -0500 |
parents | b929bce413f4 |
children |
rev | line source |
---|---|
40301
b929bce413f4
rust: rustfmt config for hg-direct-ffi
Georges Racinet <gracinet@anybox.fr>
parents:
diff
changeset
|
1 max_width = 79 |
b929bce413f4
rust: rustfmt config for hg-direct-ffi
Georges Racinet <gracinet@anybox.fr>
parents:
diff
changeset
|
2 wrap_comments = true |
b929bce413f4
rust: rustfmt config for hg-direct-ffi
Georges Racinet <gracinet@anybox.fr>
parents:
diff
changeset
|
3 error_on_line_overflow = true |