-
Notifications
You must be signed in to change notification settings - Fork 21
Enforce LF line endings #172
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
Conversation
|
I'll need to rebase it after the other PRs since they'd be conflicting. |
|
I will wait with merging this change until we have other pending PRs and WIP merged as it may lead to merging issues. |
8146bd9 to
cea7b6e
Compare
|
Now that there is less activity on this repo and this change is thus less breaking, I redid the LF conversion and added the attribute to made new files be LF automatically. In addition the the previous comment, I also added @snukky The tests seem to be failing because of some tooling issue. Locally it looks ok: |
|
@snukky Also fixed the testing after v2 deprecation. Was a really easy change. https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/ I'll merge this because there are not other active PRs (apart from #161?) and my other PRs will depend on this. If there is ever a conflict from some older PR, just make sure that everything is LF: |
As per discussion in #111 this PR:
.gitignorethat informs git to automatically transform detected text files to LF;(Should be merged after #171.)