rustfmt.toml
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
Thu, 01 Feb 2024 19:35:35 -0500
branchstable
changeset 51364 c6560ee526d2
parent 45620 426294d06ddc
permissions -rw-r--r--
grep: restore usage of --include/--exclude options The refactor in 4a73df6eb67d accidentally forgot to transform the opts argument for walkopts into a byteskwargs. This resulted in its options being ignored. In particular, the -X/-I pair of options was missing. A simple fix restores its usage. Tests included, of course.

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