]
Gorkem Ercan updated ERT-328:
-----------------------------
Story Points: 10
JSDT line formatter adds space to the comment [EBZ#497177]
----------------------------------------------------------
Key: ERT-328
URL:
https://issues.jboss.org/browse/ERT-328
Project: Eclipse Release Train
Issue Type: Task
Components: JSDT
Reporter: Friendly Jira Robot
Labels: General, bzira
The bug was originally reported on twitter -
https://twitter.com/X47v9/status/748148024761790464
Basically, JSDT formatter adds extra space after double slash sign and transforms:
//my line comment -> // my line comment
There is no convention that stays that adding space after // is required, so this should
be user's choice.