rustfmt.toml
author Spencer Baugh <sbaugh@janestreet.com>
Wed, 02 Aug 2023 10:16:33 -0400
changeset 50889 f874342fa568
parent 45623 426294d06ddc
permissions -rw-r--r--
rust-matchers: add PatternMatcher This should match the behavior of the Python patternmatcher. We need this for status [FILES] support.

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