According to this Github issue and looking at the doc, it doesn’t seem to be possible to configure it to keep line breaks.
You could however set a very short printWidth or put // prettier-ignore comment above your code.
According to this Github issue and looking at the doc, it doesn’t seem to be possible to configure it to keep line breaks.
You could however set a very short printWidth or put // prettier-ignore comment above your code.