rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 05 Apr 2024 01:07:46 +0200
branchstable
changeset 51562 eac84af0c8cc
parent 45620 426294d06ddc
permissions -rw-r--r--
bundle-spec: properly parse boolean configuration as boolean Before this changesets "v2;revbranchcache=no" would actually request the addition for a revbranchcache part as the non-empty string `"0"` is `True`

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