rustfmt.toml
author Yuya Nishihara <yuya@tcha.org>
Tue, 03 Nov 2020 11:24:21 +0900
branchstable
changeset 45851 81da6feb5000
parent 45620 426294d06ddc
permissions -rw-r--r--
chg: reset errno prior to calling strtol() Otherwise we can't figure out if the last strtol() invocation failed or not.

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