The formatter can be configured in a deno.json file. You can specify custom rules, plugins, and settings to tailor the formatting process to your needs.
But it never says how. The documentation for Dprint has lots of options, which address what I wanted to do. But how do we pass those through to the Deno formatter? I tried including them in deno.json, but deno fmt complained about any options outside of the tiny subset that's documented.
The doc here says:
But it never says how. The documentation for Dprint has lots of options, which address what I wanted to do. But how do we pass those through to the Deno formatter? I tried including them in deno.json, but
deno fmt
complained about any options outside of the tiny subset that's documented.