In the Eclipse (3.8) CSS formatter, e.g.
.aaa,
.bbb,
.ccc,
.ddd {
xxx
}
become
.aaa,.bbb,.ccc,.ddd {
xxx
}
Is it possible to ask Eclipse to preserve the line breaks?
In the Eclipse (3.8) CSS formatter, e.g.
.aaa,
.bbb,
.ccc,
.ddd {
xxx
}
become
.aaa,.bbb,.ccc,.ddd {
xxx
}
Is it possible to ask Eclipse to preserve the line breaks?
Preferences Java > Code Style > Formatter
See the "Never join lines" option on the "Line Wrapping and Comments" tab.
In,
Window > Preferences > Web > CSS Files > Editor
unmark Insert line break between properties
in Line width set 999.