revelc / formatter-maven-plugin

Formatter Maven Plugin
https://code.revelc.net/formatter-maven-plugin
Apache License 2.0
290 stars 91 forks source link

New Formatters Line Ending Handling #229

Open hazendaz opened 7 years ago

hazendaz commented 7 years ago

Auto handling is as follows.

cssparser

gson

- LF windows/*nix

jsoup

hazendaz commented 7 years ago

The point on this one is that we need to support line endings on each box so some research needs to be performed to see what availability the various tools have. Gson will be replaced with jackson per #227. No solution on others yet. One potential for jsoup was jericho but that project seems dormant.

hazendaz commented 7 years ago

gson now replaced with jackson fully supporting our needs.