-
-
Notifications
You must be signed in to change notification settings - Fork 337
fix(chore): eol of text files CRLF to LF #2362
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please dont change the files inside the dist-folder.
That folder is being generated upon release.
Adjust the relevant less/overrides/variables file instead
3dbd89b
to
6188232
Compare
Fixed.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the files from the PR which purely changed the whole Line Separator. (See comments)
I am fine with all the other changes which only add a new line at the end of each file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after all :) Thanks for your patience
Assert GH-2362 and reject any CRLF present by CI.
pure CS fix