view rustfmt.toml @ 50254:df76808d5f21

dirstate: use a context manager to handle the file used for writing the branch This is more modern.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 02 Mar 2023 14:50:17 +0100
parents 426294d06ddc
children
line wrap: on
line source

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