view rustfmt.toml @ 50167:ee63c87a0cac

rhg: in path_encode, simplify a bit more Use the slices for `basename` and `ext` instead of dealing with offsets.
author Arseniy Alekseyev <aalekseyev@janestreet.com>
date Fri, 17 Feb 2023 16:48:11 +0000
parents 426294d06ddc
children
line wrap: on
line source

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