Deno fmt with verbatimModuleSyntax?
Currently Deno fmt sorts verbatim imports alphabetically, this is conflicting with the Organize Imports in VS Code where it sorts
Example:
When combined with the following VS Code option, all of the files flashes between the two formats in random order depending on how
Is it possible to add an option for Deno fmt, either disabling that part or expose an option to align with VS Code?
import { type ... } entries individually at the end.Example:
When combined with the following VS Code option, all of the files flashes between the two formats in random order depending on how
formatOnSave is configured.Is it possible to add an option for Deno fmt, either disabling that part or expose an option to align with VS Code?
