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

Allow "none" value for charset #45

Closed
mcandre opened this issue Nov 11, 2018 · 1 comment
Closed

Allow "none" value for charset #45

mcandre opened this issue Nov 11, 2018 · 1 comment

Comments

@mcandre
Copy link

mcandre commented Nov 11, 2018

As a developer working with text files, I want most of my source code files ([*]) to use Unicode encoding, specifically UTF-8 charset. However, I want to be able to disable charset rules for certain folders, such as my examples/ directory, where I deliberately keep some non-UTF-8 and non-Unicode text files in order to test my applications. So it would be helpful if EditorConfig officially allowed more rules to be configured for most files, while allowing specific patterns (e.g., [*.html]) to disable the rule, such as with charset = none.

I see, eclint used the value unset by mistake. As there is no single, well-defined standard for CLI application to lint EditorConfig projects, some of the particular EditorConfig linters out there have varying degrees of support for the EditorConfig specification.

@xuhdev
Copy link
Member

xuhdev commented Nov 11, 2018

Is this a duplicate of editorconfig/editorconfig#379 ?

@xuhdev xuhdev closed this as completed Nov 16, 2018
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

No branches or pull requests

2 participants