rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 17 May 2022 16:36:32 +0100
changeset 49325 bf66f7a1e3f8
parent 45620 426294d06ddc
permissions -rw-r--r--
bundlespec: merge the contentopts and params dictionnary They are content using the same keys. Using differents object for access open the gates for confusion in the code using them (this is already the case). So we start fusing their usages to make the parameters more useful. More work will be needed to make them really useful, but the first step is here: not throwing the value away. However this is still not making the previously introduced test useful because currently, the default config value overwrite the one from the bundlespec. We will fix this in the coming changesets.

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