view rustfmt.toml @ 49791:38ae503b369b stable

hghave: detect newer pylint Older versions (e.g. 2.7.2) say: "Usage: pylint [options]" Newer versions (e.g. 2.15.5) say: "usage: pylint [options]"
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 12 Dec 2022 17:42:30 +0400
parents 426294d06ddc
children
line wrap: on
line source

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