-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Ignore .editorconfig file included in the .csharpierignore file #1030
Conversation
Ignore .editorconfig files in .csharpierignore Ignore .editorconfig files in .csharpierignore
Looks like there are some formatting issues |
This is gonna cause conflicts with #1030
@sebastieng84 please format the files locally with CSharpier and commit the result when you have some time so we can merge this. |
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 went ahead and formatted, everything else looks good. Thanks for the contribution!
This is gonna cause conflicts with #1030
* Optimize editorconfig lookups when piping files This is gonna cause conflicts with #1030 * self code review
@belav sorry my kid has been sick and I didn't get the chance to fix the formatting! Thanks for fixing it 🙏 |
This will resolves issue #1023.
Any .editorconfig file included in the .csharpierignore file will not be parsed. By default we ignore everything in node_modules, but it still tries to parse the .editconfig file.