// plugins

Prettier Plugin

Adapter plugin that formats many languages via Prettier.

This is a process plugin. Using this will cause the CLI to download, run, and communicate with a separate process that is not sandboxed (unlike Wasm plugins).

Install and Setup

dprint add prettier
# or install from npm
dprint add npm:@dprint/prettier

Configuration

See Prettier's configuration here. Specify using the "API Override" column.