rust/hg-core/rustfmt.toml
author Georges Racinet <georges.racinet@octobus.net>
Fri, 14 Jun 2019 10:57:07 +0100
changeset 42473 f4a65077e949
parent 40271 dbc28c91f7ff
permissions -rw-r--r--
rust-cpython: management of shared libray suffix Before this changeset, the shared library objects suffixes were both (rustc output and Python input) hardcoded to '.so', which is wrong for Python3 and non Linux targets.

max_width = 79
wrap_comments = true
error_on_line_overflow = true