# HG changeset patch # User Georges Racinet # Date 1539594972 -7200 # Node ID b929bce413f4078907dd74b8a15d27bcaa9567b5 # Parent 72b94f946e9064ec5e2a571bf79640cc4e415a0a rust: rustfmt config for hg-direct-ffi For now, we're duplicating it, but it would be probably a good idea to use a single one for the whole workspace (would have implications on the other crates as well) diff -r 72b94f946e90 -r b929bce413f4 rust/hg-direct-ffi/rustfmt.toml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rust/hg-direct-ffi/rustfmt.toml Mon Oct 15 11:16:12 2018 +0200 @@ -0,0 +1,3 @@ +max_width = 79 +wrap_comments = true +error_on_line_overflow = true