-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Blows away line endings in every package.json file with CRLF #76
Labels
Comments
I'm working on Windows support and this will be fixed as part of that, thanks for posting. |
Thanks Jamie, appreciate it. |
Hey Jamie, can I submit a PR to get this done sooner? |
JamieMason
added a commit
that referenced
this issue
Jun 25, 2022
JamieMason
added a commit
that referenced
this issue
Jun 25, 2022
JamieMason
added a commit
that referenced
this issue
Jun 25, 2022
Proposed fix released in 8.2.4 |
Woot, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! And thanks for the excellent tool.
From a Windows machine, running
syncpack fix-mismatches
on my monorepo replaces the line endings in every package.json file with CRLF. (They were LF before.)This is not good, as it breaks
prettier --check
and subsequently breaks CI.Can the tool just copy the existing line endings that are used in the file? Or failing that, always just use LF or something?
The text was updated successfully, but these errors were encountered: