This repository has been archived by the owner on Jan 5, 2025. It is now read-only.
Generated files are poorly formatted #92
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
When I generate the classes from my Prisma schema, the outputted files are very weirdly/poorly formatted.
Some files have empty lines before the class starts, others are unnecessarily or inconsistently indented.
The problem is easily fixed by running
npm run format
but it would be nice if this step would not be necessary.The text was updated successfully, but these errors were encountered: