-
Notifications
You must be signed in to change notification settings - Fork 335
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
CI enforces editorconfig compliance #73
Conversation
3aefd34
to
503e19a
Compare
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.
I haven't check all the lines but it seems good
Status update. This PR is already over 7k lines changed and I'm not done. I think that's more than we want to introduce at once. My next step will be to try again using tabs for indentation in all cases. My hope is that will create many fewer changes. |
When I run prettier locally, it rejects the |
I'm at a loss. I simply can't get the prettier CI job to fail. I've introduced two formatting errors into the
Neither of these errors are caught. |
This PR adds a CI job to ensure that the repo conforms to our
.editorconfig
file.This should help avoid issues like #26 (comment) by making sure that the code conforms before and after each PR.