Ankur
Ankur

Reputation: 3209

Visual studio code wraps html too much

I have updated visual studio code to latest version.

It just changed formatting in html files. All my html file changes when i format again.

It wraps like we are coding in tablet mode leaving empty space like below enter image description here

Can anyone help me with this. It creates issue when more then one developer is working on same project. Just slight different version of visual studio code changes format.

Upvotes: 2

Views: 55

Answers (1)

Cosmin
Cosmin

Reputation: 474

If you want to turn the wrap line length you can go to Preferences -> Settings and search for wrap. There you will find HTML › Format: Wrap Line Length and you can change that value.

Upvotes: 3

Related Questions