I like the new PHP Formatter very much, but I miss an option.
I use ā€Wrap lines longer than …” and if I have an echo or print command or a var. the result looks like this
Code: Select all
echo ā€Hallo this is a testline”.
ā€After a break no intents are available”;
Is there a way to make an Indent after a line break for echo print and vars?
Code: Select all
echo ā€Hallo this is a testline”.
ā€after a break no intents are available”;