-
Notifications
You must be signed in to change notification settings - Fork 75
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
Doesn't apply settings to new files #34
Comments
It should work on new files, I created several new files today. Editorconfig does not correct on save, you can use format on save option for that in VS itself. Can you paste your |
Hmm ok. I'm using this config:
With the editorconfig extension (of course:), the So I checked it a little further, and when I use |
After having used this for a while I can confirm that the Very frustrating to work with. Let me know if you need further information for debugging. |
I can confirm this too with |
Editorconfig doesn't apply my
.editorconfig
whitespace settings when I'm creating a new file. And it doesn't correct erroneous whitespace on save either.This kind of defeats the purpose of using editorconfig, as I still have to configure all the whitespace settings manually in Tools > Options > Text editor to make sure that visual studio (2015) creates new files with the correct indentation. Is it possible to apply
.editorconfig
whitespace settings when creating a new file as well? Otherwise it doesn't really make sense to use this plugin.The text was updated successfully, but these errors were encountered: