Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ko1103/prisma-format-reproduce


https://github.com/ko1103/prisma-format-reproduce

Last synced: about 1 month ago
JSON representation

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