editorconfig / editorconfig-visualstudio

EditorConfig Visual Studio Addin
http://editorconfig.org
Other
352 stars 74 forks source link

Long config section does not work #21

Open drphrozen opened 9 years ago

drphrozen commented 9 years ago

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
mihaipopescu commented 7 years ago

This issue is still present. +1