editorconfig / editorconfig-visualstudio

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

cleaning large files slow #41

Closed Mpdreamz closed 8 years ago

Mpdreamz commented 8 years ago

and crashes visual studio

Mpdreamz commented 8 years ago

when trim_trailing_whitespace is set to true

KindDragon commented 8 years ago

What file size?

Mpdreamz commented 8 years ago

This is in the unpublished version on the master branch, halfway through a fix locally.

robertcoltheart commented 8 years ago

@Mpdreamz I'm not seeing this behavior in master on VS 2015. Do you have an example project and/or setup that you see this failing with?

Mpdreamz commented 8 years ago

Hi @robertcoltheart , it happens on huge files with a lot of editor config offenses.

Example is elastic/elasticsearch-net where the .Generated.cs files have a lot of single trailing spaces not allowed by editorconfig