]
Ilya Buziuk reassigned ERT-386:
-------------------------------
Assignee: Victor Rubezhny (was: Angel Misevski)
code formatter inserts line breaks after const qualifier
[EBZ#399501]
---------------------------------------------------------------------
Key: ERT-386
URL:
https://issues.jboss.org/browse/ERT-386
Project: Eclipse Release Train
Issue Type: Task
Components: JSDT
Reporter: Friendly Jira Robot
Assignee: Victor Rubezhny
Priority: Trivial
Labels: General, bzira
for a code line like
const FOO = "bar";
the code formatter inserts a line break after the const keyword, resulting in
const
FOO = "bar";
While this simply looks ugly (to me) code verification reports a warning "Missing
semicolon", so I get many nasty m,arkers on source files.
Please remove those line breaks or make them settable in the formatter settings.