-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix for issue #2056 #2058
Fix for issue #2056 #2058
Conversation
Thanks! This looks fine to me; I'll give it some time to see if any other maintainers might have an opinion on this. |
Did adding these editor settings not change any files? Was the intent to add editor settings that matched what was already in the repo? If so, this is fine with me, no strong feelings either way. |
Yes, I adapt the config according to existing files (Windows EOL, 2 spaces indent, etc.) |
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.
No strong feelings here so long as we're consistent.
Great! |
Fixes #2056 I'll merge this in a couple days if no one else chimes in on this. |
It seems like we didn't merge master into this or something before merging this PR. Master is failing all CI checks due to weird line endings which are coming from the updated settings here. |
@DABH I will have a look, seems to be bad EOL in my modified files... 🤔 |
If you're talking about this job, it looks strange.
But the job has been executed on an Ubuntu OS, and if I remember every *nix OS doesn't like CRLF ending lines... |
Fix proposed in Pull Request #2070 |
Hmm this is interesting as all the checks on the branch passed without issue. Since I merged this I'll also do some investigation. |
Added .editorconfig file to customize environment
Updated .eslintrc config file to match rules