How do I prevent line break of normal text on auto-format
I've searched and searched and can't find a solution for this problem. When I use the default auto-format in MacOS (cmd+opt+L) the editor introduces line breaks in normal text when it shouldn't. I've tried enabling and disabling the "keep line breaks" setting in javascript code style to no effect. Any idea how to fix this?
Before auto-format:

After auto-format:

Please sign in to leave a comment.
What are your settings for Hard Wrap At in Settings | Editor | Code Style | JavaScript | Wrapping and Braces and Wrap Text in Settings | Editor | Code Style | HTML | Other?
I had Hard Wrap At "default: 0" and Wrap Text ticked. I unticked Wrap Text and it worked. Thank you so much. :)