rustfmt.toml
author Anton Shestakov <av6@dwimlabs.net>
Thu, 01 Dec 2022 15:27:11 +0400
branchstable
changeset 49685 5c095119bff4
parent 45620 426294d06ddc
permissions -rw-r--r--
tests: add the missing space to test-hghave.t (issue6762) log() in run-tests.py add a space to the end of all messages that it prints, and I missed this fact in my previous patch.

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