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

iphone - Request for member 'uitextfield' in something not a structure or union? -

Cursor error with postgresql, pgpool and php -

c++ - error: use of deleted function -