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?