-
Notifications
You must be signed in to change notification settings - Fork 236
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
Ensure kit handles line endings consistently #1696
Comments
We could look at the git |
to help try and prioritise this - what bad outcomes could this avoid? Or, whats the worst thing that could happen? |
Closed until this is raised as an issue by a user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What
We currently use Unix line endings everywhere (see #1738), but some users might want to use Windows line endings. In those cases, when the kit creates new files, it should create them with Windows line endings also. Let's update our code to do that.
Why
We should use line endings consistently, and also respect the line endings users currently have.
Who needs to work on this
Developer
Who needs to review this
Tech lead
Done when
The text was updated successfully, but these errors were encountered: