1

I have some custom annotations which should go exactly before a variable value

$var = /* @text */'Some translatable text';

After formatting it becomes

$var = /* @text */
'Some translatable text';

How to disable inserting new lines after the annotations?

ymakux
  • 3,415
  • 1
  • 34
  • 43

1 Answers1

2

Unfortunately there's no way to do this at the moment. Feel free to submit a feature request at http://youtrack.jetbrains.com/issues/WI#newissue=yes.

Vlad Luchansky
  • 986
  • 5
  • 11