rust: rustfmt config for hg-direct-ffi
authorGeorges Racinet <gracinet@anybox.fr>
Mon, 15 Oct 2018 11:16:12 +0200
changeset 40301 b929bce413f4
parent 40300 72b94f946e90
child 40302 af2306bf7d5d
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)
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