rustfmt.toml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 12 Nov 2020 08:29:55 -0800
changeset 45856 2eb8ad899fa6
parent 45623 426294d06ddc
permissions -rw-r--r--
errors: raise InputError in fancyopts If a value of wrong type is passed to a command line flag, that's cleary an InputError. Differential Revision: https://phab.mercurial-scm.org/D9308

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