Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Formatters Line Ending Handling #229

Open
hazendaz opened this issue Oct 22, 2017 · 2 comments
Open

New Formatters Line Ending Handling #229

hazendaz opened this issue Oct 22, 2017 · 2 comments

Comments

@hazendaz
Copy link
Member

hazendaz commented Oct 22, 2017

Auto handling is as follows.

cssparser

  • CRLF windows
  • LF *nix

gson

- LF windows/*nix

jsoup

  • LF windows but comments will be system default CRLF
  • LF *nix
@hazendaz
Copy link
Member Author

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
Copy link
Member Author

gson now replaced with jackson fully supporting our needs.

@hazendaz hazendaz mentioned this issue Oct 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant