view rustfmt.toml @ 48601:1a84758b4fca

filemerge: remove unnecessary check for empty string Looking at the statement just before, the string is clearly never empty (or otherwise falsy). Differential Revision: https://phab.mercurial-scm.org/D12011
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 20 Jan 2022 14:46:16 -0800
parents 426294d06ddc
children
line wrap: on
line source

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