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

android - Pass an Serializable object in AIDL -

php - Improving script execution time -

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