rustfmt.toml
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
Wed, 14 Feb 2024 22:43:51 -0500
changeset 51381 1d488f7be492
parent 45620 426294d06ddc
permissions -rw-r--r--
crecord: add `content` properties to all nodes In order to have a unified API of what can be searched, let's provide a `content` property to each node type. This way we can search filenames, context headers (e.g. containing function names, if deducible from patch context) or changed lines themselves.

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