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

.editorconfig support #26

Open
vrubleg opened this issue Jun 25, 2019 · 0 comments
Open

.editorconfig support #26

vrubleg opened this issue Jun 25, 2019 · 0 comments

Comments

@vrubleg
Copy link

vrubleg commented Jun 25, 2019

Visual Studio supports .editorconfig file. It allows to setup all the settings which your extension provides, but in a bit more flexible way (you can set different options for different file types on per directory basis).

But it is buggy, it frequently mixes line endings in a lot of situations, and the developers of VS don't fix it for very long time. I have reported it twice:
https://developercommunity.visualstudio.com/content/problem/617952/vs2019-itself-creates-files-with-mixed-line-ending.html
https://developercommunity.visualstudio.com/idea/363894/mixed-and-inconsistent-line-endings.html

It would be nice if this extension detect that there is an .editorconfig file available, and just fix line endings according to what is specified in the .editorconfig. All the other things are already done by VS (adding a new line at the end, removing trailing spaces), but not unifying of the line endings.

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

1 participant