Mercurial > hg
annotate rust/hg-direct-ffi/rustfmt.toml @ 40488:d95358143ce6
catapult: fix broken run-tests catapult tracing
Commit 97f52862b1bd thought this block was misindented, but it was not; the
indentation after that commit means we never log a catapult trace for individual
commands. Also, we've never emitted the "end" trace line when the test was
finished, so the trace viewer claims that these "did not finish", fixing that as
well.
Differential Revision: https://phab.mercurial-scm.org/D5214
author | Kyle Lippincott <spectral@google.com> |
---|---|
date | Thu, 01 Nov 2018 16:44:32 -0700 |
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 |