-
-
Notifications
You must be signed in to change notification settings - Fork 4
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 whitespaces #194
base: main
Are you sure you want to change the base?
Fix whitespaces #194
Conversation
c92f04b
to
a61464f
Compare
@@ -0,0 +1,6 @@ | |||
[*] |
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.
Suggestion: Should this be validated in CI?
Issue: If editorconfig is going to be expected, it should be called out in the README.
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.
Maybe? Adding checking in CI is quite a bit more work. The main thing I wanted to sort here was the newlines & autocrlf -- the other bits were things which kinda seemed like a sensible thing to add at the same time.
Happy to add EditorConfig to the README if you think that's useful.
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.
Fix some minor whitespace issues, plus enable autocrlf and add a
.editorconfig
to reduce the chances of them happening again.