eclipse CSS file formatting -


i'm trying make eclipse format css files way...

currently i've got sth that:

.class{   display: none; sth: other;  } 

but make sth that:

.class { display: none; sth: other; }  

can this?

i found in preferences / web / css files / editor can disable "insert line breaks between props"

other think somewhere in sources of ecl. if know -- fix implementing own plugin ecl.


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -