Closed dionysuzx closed 1 year ago
Prettier plugin solidity is no longer used because instead of are formatting Solidity files with forge fmt as set by a VSCode extension or run from CLI. Prettier is now only used standalone for md,yml,json.
forge fmt
Good catch, thanks for the PR.
Reason for change
Prettier plugin solidity is no longer used because instead of are formatting Solidity files with
forge fmt
as set by a VSCode extension or run from CLI. Prettier is now only used standalone for md,yml,json.