view rustfmt.toml @ 46173:a9765e0a461d

dispatch: gate against missing stdout/stderr We do need procutil.stdin/stdout/stderr, but we don't care much for sys.std*. Let's leave them be None as it is the Python 3 way.
author Yuya Nishihara <yuya@tcha.org>
date Fri, 18 Dec 2020 20:14:54 +0900
parents 426294d06ddc
children
line wrap: on
line source

edition = "2018"
max_width = 79
wrap_comments = true
error_on_line_overflow = true