Description
Thank you for the awesome library!
It would be even better if formatting comes optional. Reasons:
- Not all of us use Prettier
- Sometimes I just want to disable formatting at all.
- Performance (in my tests it is 358ms vs 60ms without formatting) on petstore swagger
Ideally I want to pass my own instance of CodeFormatter or null
.