I'm using Eclipse Version: 4.2.0 and Build id: I20120608-1400. I have following code in JavaScript.

But when I hit Ctrl + Shift + F, it gives code in following format.

It modifies the code as above. I came to know it is due to <br> tag. But I want <br> tag there. Is it a bug or do I need to manage setting? How can I resolve this problem?
<br/>is same as<br>. same problem.