editorconfig / editorconfig-jetbrains

A JetBrains IDE plugin supporting the EditorConfig standard
MIT License
291 stars 21 forks source link

"Invalid trailing_white_space" errors being thrown incorrectly #7

Closed bellkev closed 11 years ago

bellkev commented 11 years ago

Seeing a few of these come up that I don't think are legitimate

bellkev commented 11 years ago

These were actually coming from the application of "insert_final_newline" settings, which was incorrectly logging a "traling_white_space" error, thanks to my copy pasta. It was also doing it at an inappropriate time (i.e. when no value was even set for it). Error logging will soon be much improved, and this will be fixed.