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
Post a Comment