We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Same issue as #27 , but with version 2.7.3, even more cases do not work anymore:
My .editorconfig file looks as following:
root = true [*] trim_trailing_whitespace = true [lib/**] trim_trailing_whitespace = unset
I use the editorconfig-checker 2.7.3 from pip on a Windows system.
/
\\
**
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Same issue as #27 , but with version 2.7.3, even more cases do not work anymore:
My .editorconfig file looks as following:
I use the editorconfig-checker 2.7.3 from pip on a Windows system.
/
is used, the rules are not applied (same problem as Path separator not handled correctly on Windows #27).\\
as workaround does not work anymore (it worked with version 2.7.2, see Path separator not handled correctly on Windows #27).**
as workaround does not work anymore (it worked with version 2.7.2, see Path separator not handled correctly on Windows #27).The text was updated successfully, but these errors were encountered: