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

line endings #154

Open
ggrothendieck opened this issue Oct 17, 2018 · 0 comments
Open

line endings #154

ggrothendieck opened this issue Oct 17, 2018 · 0 comments

Comments

@ggrothendieck
Copy link

ggrothendieck commented Oct 17, 2018

One has to use this on Windows in order to use other utilities that expect standard Windows clrf line endings

xsv fmt --crlf

but use this on other systems:

xsv fmt 

This makes it difficult to write cross platform code. A flag that gives the native line endings for that platform and a flag that outputs whatever line endings are input would be nice or maybe one of those should be the default.

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