How to fix auto remove line break in VS Code prettier

45 Views Asked by At

Prettier auto remove line break but I want the line break. "prettier.printWidth": 80, prettier.printWidth increases or decrease this is not the solve. Do not remove the line break.

Look at the below pictures:

I want to like this

But prettier formatter do like this

How to fix the problem?

0

There are 0 best solutions below