rustfmt.toml
author Georges Racinet <georges.racinet@octobus.net>
Sat, 30 Sep 2023 16:52:40 +0200
changeset 51214 050098d60c30
parent 45620 426294d06ddc
permissions -rw-r--r--
rust-index: variant of assert_py_eq with normalizer expression The example given in doc-comment is the main use case: some methods may require ordering insensitive comparison. This is about to be used for `reachableroots2`

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