Word wrap in Visual Studio Code

Add the following to your settings.json:

"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 160

In settings.json for example:

"editor.rulers": [80]

Leave a Comment

Scroll to Top