rust/hg-direct-ffi/rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 10 Mar 2020 18:53:19 +0100
branchstable
changeset 44206 a23b859ad17d
parent 40301 b929bce413f4
permissions -rw-r--r--
gzip: indent the custom Gzip code We need a new conditional in the next changesets (Adding 3.8 support). We do the large code move beforehand for clarity.
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