Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ko1103/prisma-format-reproduce
https://github.com/ko1103/prisma-format-reproduce
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ko1103/prisma-format-reproduce
- Owner: Ko1103
- Created: 2024-03-20T08:07:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-20T08:08:39.000Z (9 months ago)
- Last Synced: 2024-03-20T09:30:07.921Z (9 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reproduce the format indent difference
This repository is to reproduce the format indent difference between zed's format on save and `npx prisma format` command.
## Quick Start
1. Clone this repository
2. Install npm package
```bash
npm i
```## See differences
Compare between two way
1. open `prisma/schema.prisma` file and save it
2. run `npm run prisma:format` and see the differences