This way Eclipse can automatically format my css files in Source-> Format or by pressing Cntl-Shift-F.
When I group a selector for one rule, eclipse formats it like this:
.planner th,.planner td { border: 1px solid black; }
I would really like Eclipse to add a space between selectors for readability, for example:
.planner th, .planner td { border: 1px solid black; }
Is there a way to configure Eclipse for this? I am running Eclipse Indigo.
Tom tresansky
source share