How can I make javascript formatter to avoid new line after 'const' -
could explain me how proceed prevent eclipse editor inserting new line after javascript reserved word 'const'. current state of javascript code formatter makes constant declaration follows:
const const-name=...; whereas intended appearance of such constant declaration be:
const const-name=...; i cannot find right setting option within javascript formatter gets intended appearance.
thanks.
i noticed same issue. unfortunately it's known bug not scheduled since 2013.
Comments
Post a Comment