Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Post History
When I type HTML in VS Code, it adds linebreaks to the content of the tag when it is over a certain length. How can I disable this? I tried setting html.format.wrapAttributes to preserve and html....
#1: Initial revision
How to disable line breaks in HTML tag content?
When I type HTML in VS Code, it adds linebreaks to the content of the tag when it is over a certain length. How can I disable this? I tried setting `html.format.wrapAttributes` to `preserve` and `html.format.wrapLineLength` to `0` but the lines still get wrapped.