rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Thu, 02 Nov 2023 15:50:13 +0100
changeset 51250 a8ca22119385
parent 45620 426294d06ddc
permissions -rw-r--r--
rust-index: add support for `del index[r]` Only the `del index[r:]` syntax was supported, but the comment said otherwise. It's not actually used in core code, but the C index supports it.

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