Skip to content
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

Merged
merged 4 commits into from
Nov 23, 2023

Conversation

sebastieng84
Copy link
Contributor

@sebastieng84 sebastieng84 commented Nov 20, 2023

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.

Ignore .editorconfig files in .csharpierignore

Ignore .editorconfig files in .csharpierignore
@shocklateboy92
Copy link
Collaborator

Looks like there are some formatting issues

belav added a commit that referenced this pull request Nov 22, 2023
This is gonna cause conflicts with #1030
@shocklateboy92
Copy link
Collaborator

@sebastieng84 please format the files locally with CSharpier and commit the result when you have some time so we can merge this.
#1039 will most likely cause merge conflicts with this, if you can fix this soon I'd like to merge this before @belav's PR.

Copy link
Owner

@belav belav left a 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!

@belav belav merged commit 82dadf4 into belav:main Nov 23, 2023
3 checks passed
belav added a commit that referenced this pull request Nov 23, 2023
This is gonna cause conflicts with #1030
belav added a commit that referenced this pull request Nov 23, 2023
* Optimize editorconfig lookups when piping files

This is gonna cause conflicts with #1030

* self code review
@sebastieng84
Copy link
Contributor Author

@belav sorry my kid has been sick and I didn't get the chance to fix the formatting! Thanks for fixing it 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants