annotate rust/hg-direct-ffi/rustfmt.toml @ 42255:00e065fb1469

copies: remove redundant filtering of ping-pong renames in _chain() We already handle the ping-pong rename case in the filtering step, so there's very little point in doing it in the chaining loop (ping-pong renames are very rare, so I'm not worried about the cost of adding it and then removing it again). Differential Revision: https://phab.mercurial-scm.org/D6344
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 18 Apr 2019 00:34:45 -0700
parents b929bce413f4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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