DotJoshJohnson / vscode-xml

XML Tools for Visual Studio Code
MIT License
320 stars 87 forks source link

Request: Support EditorConfig #331

Open brianary opened 3 years ago

brianary commented 3 years ago

Description

It would be nice to be able to define all code style rules in an EditorConfig file, not just the basic ones like line length, but also including extension XML settings like xmlTools.splitAttributesOnFormat and xmlTools.splitXmlnsOnFormat and others (as Microsoft has added EditorConfig code style extensions for .NET).

Current Workarounds

As it is, we currently have to maintain most code styles in an .editorconfig file, and our XML styles in a .vscode/settings.json file.