-
Notifications
You must be signed in to change notification settings - Fork 305
align files to .editorconfig #203
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
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tg123 If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@tg123 I didn't know about eclint. Nice! I see all the line endings are still |
@gitfool |
I ran the same command as you on your branch, |
@gitfool I checked all .cs are LF except my command
|
Right. If I clone your repo in WSL then I get The other approach is to remove the |
@gitfool you may be a victim of |
Haha. I've been the victim of many EOL abuses. The point is everyone has their own settings and you can't expect them to comply with your settings, so the best way to address this is with a |
That's all very well, and is one way to lock things down, but again you've missed the point. You're only considering what you use. A |
@gitfool thanks I see, that is a good idea. |
Cool. Will do after this is PR merged, since they'll overlap. |
LGTM. |
eclint fix **/*.cs
check will integrate with CI process
#37
@gitfool