rust/hg-direct-ffi/rustfmt.toml
author Yuya Nishihara <yuya@tcha.org>
Sat, 05 Oct 2019 23:20:35 -0400
changeset 43100 90b9a7e06c2c
parent 40301 b929bce413f4
permissions -rw-r--r--
formatter: parse name of built-in formatter templates in standard way This slightly makes it easier to add "-Tjson(...)" handling, which should be enabled only if the template specifier doesn't look like a literal template. In other words, it should be handled after "if '{' in tmpl". This makes "log -Tpickle" and "log -Tdebug" abort, which I think is better than just printing "picklepicklepickle...".
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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