SublimeText / TrailingSpaces

Highlight trailing spaces and delete them in a flash.
MIT License
896 stars 94 forks source link

Add None check to prevent 'NoneType' has no len() error #154

Closed dnicolson closed 2 years ago

dnicolson commented 2 years ago

This pull request defaults to [] if the value of on_disk is None, which can prevent trailing spaces being removed from the top line.

The issue can be reproduced by entering the following text and saving: "a "

rchl commented 2 years ago

Thanks