Open acarlstein opened 4 years ago
editorconfig/editorconfig-vscode#95 was a request for this that was closed --- it may not be supported in the VSCode plugin. I suggest asking in https://github.com/editorconfig/editorconfig-vscode/issues. Good luck!
prettier respects that property, it's widely used and it's not ambiguous. Can't see why VSCode wouldn't want to support it
Greetings. Even do I have installed globally the editorconfig (
npm install -g editorconfig
) and I have the file.editorconfig
in the root folder of the project with this content:When running the format document option of VSCode on a Vue document, all quotes turn into double-quote.
Please let me know if this is an issue with VSCode or its an actual bug.
Thank you for your time.