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

Is it posssible to set a preferred line separator? #16

Closed
axkr opened this issue Aug 24, 2022 · 2 comments
Closed

Is it posssible to set a preferred line separator? #16

axkr opened this issue Aug 24, 2022 · 2 comments

Comments

@axkr
Copy link

axkr commented Aug 24, 2022

Can we have an option to set a preferred line separator instead of System.lineSeparator()?

.collect(Collectors.joining(System.lineSeparator()));

@freva
Copy link
Owner

freva commented Aug 24, 2022

Sounds reasonable, but I think I'll have to refactor a bit and create a builder, otherwise there's gonna be too many public methods to cover all the permutations of possible arguments. I'll be a bit busy in coming days, but I'll try to take a look at this before September.

@freva
Copy link
Owner

freva commented Aug 27, 2022

Added in 1.6.0, see https://github.com/freva/ascii-table/blob/e5b29cd0698dc3bf203c470bca2888d4dfbb2401/README.md#builder for example.

@freva freva closed this as completed Aug 27, 2022
axkr added a commit to axkr/symja_android_library that referenced this issue Aug 27, 2022
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

2 participants