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

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -