Is there any way in Eclipse to format a code that contains divs in the way Netbeans do it?
Posted
by user248959
on Stack Overflow
See other posts from Stack Overflow
or by user248959
Published on 2010-03-06T21:25:25Z
Indexed on
2010/04/09
5:03 UTC
Read the original article
Hit count: 327
Hi,
is there any way in Eclipse to format a code that contains divs in the way Netbeans do it?
I mean, if you have this in Netbeans:
div /div /div div
and you format it (Source > Format), it becomes this way:
div div /div /div
Regards
Javi
© Stack Overflow or respective owner