editorconfig-visualstudio icon indicating copy to clipboard operation
editorconfig-visualstudio copied to clipboard

Long config section does not work

Open drphrozen opened this issue 9 years ago • 1 comments

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

drphrozen avatar May 22 '15 09:05 drphrozen

This issue is still present. +1

mihaipopescu avatar Mar 16 '17 10:03 mihaipopescu