Open daniel-liuzzi opened 9 years ago
Confirm the bug, encoding don't change in Visual studio 2013
I'm having the same problem, setting indent_size
for [*.html]
or [*.cshtml]
does not make the necessary changes under Tools > Options > Text Editor > HTML
.
Not working in Visual Studio 2013 Ultimate for me.
Any work around out there?
Same problem here
Microsoft Visual Studio Professional 2013 Version 12.0.40629.00 Update 5 with JetBrains ReSharper Ultimate 10.0.2 Build 104.0.20151218.120627 installed
Note: moved from editorconfig/editorconfig#217.
Given the following configuration file:
.editorconfig
And the following sample file (deliberately unformatted):
sample.html (original)
When I open this file in Visual Studio 2013 and do Edit > Advanced > Format Document (Ctrl+E, D), the document is indented to four spaces, seemingly ignoring the
.editorconfig
file:sample.html (Visual Studio 2013)
On the other hand, when I do the same thing in Visual Studio 2012, the document is indented properly:
sample.html (Visual Studio 2012)
If it matters, this is the version of Visual Studio 2013 I use:
And this is Visual Studio 2012:
I'm running EditorConfig 0.5.0 on both.
Note that this might be related to editorconfig/editorconfig#191, though I am not 100% sure.