rustfmt.toml
author Manuel Jacob <me@manueljacob.de>
Wed, 25 May 2022 17:23:16 +0200
changeset 49224 cdb85d0512b8
parent 45620 426294d06ddc
permissions -rw-r--r--
branching: fix wrong merge conflict resolution from 13dfad0f9f7a 13dfad0f9f7a merged stable into default, but accidentally added the _blockingreader class from stable (but deindented) instead of merging the changes from stable (2fe4efaa59af) into the existing _blockingreader class. This resulted in the _blockingreader being there two times.

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