Skip to content

Commit

Permalink
docs: Add a note about the prisma-fmt-wasm.
Browse files Browse the repository at this point in the history
  • Loading branch information
avocadowastaken committed Jan 2, 2023
1 parent cbede8e commit 713ddff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ npm i -D prettier-plugin-prisma
yarn add -D prettier-plugin-prisma
```

### Feature requests

This library is built on top of official [prisma-fmt-wasm](https://github.com/prisma/prisma-engines/tree/main/prisma-fmt-wasm),
and all new features are developed there: https://github.com/prisma/prisma-engines/issues?q=fmt

### Supported options

- Tab width: https://prettier.io/docs/en/options.html#tab-width

0 comments on commit 713ddff

Please sign in to comment.