Search code examples
javascriptvue.jsphpstorm

Avoiding PhpStorm vue tag string line breaks in function arguments


How to tell PhpStorm not to make line breaks between Vue double curly braces {{ }} and in the function arguments?

Expected is to keep it like that

However after ALT + SHIFT + F it looks like that


Solution

  • I found an answer. Unchecking HTML Code Style setting "Wrap text" does the trick.

    enter image description here