You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
One has to use this on Windows in order to use other utilities that expect standard Windows clrf line endings
but use this on other systems:
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.
The text was updated successfully, but these errors were encountered: