editorconfig / editorconfig-visualstudio

EditorConfig Visual Studio Addin
http://editorconfig.org
Other
355 stars 75 forks source link

Fix a bug when file contains a line that only contains whitespace #13

Closed saulchen closed 10 years ago

saulchen commented 10 years ago

Editorconfig visual studio extension will will fail to process a file that contains a line that only contains white spaces. image

When processing a line only contains whitespaces, pos will become -1 when reached beginning of the line. Then content[-1] will cause a out of index exception.

jednano commented 10 years ago

refer to https://github.com/editorconfig/editorconfig-visualstudio/pull/14