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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With