editorconfig-visualstudio
editorconfig-visualstudio copied to clipboard
Long config section does not work
Does not work:
# Xml config files
[*.{props,targets,ruleset,config,nuspec,resx,vsixmanifest,vsct}]
indent_size = 2
Works (found the limit to be this length):
# Xml config files
[*.{props,targets,ruleset,config,nuspec,resx,vsix}]
indent_size = 2
This issue is still present. +1