Document refresh and reload methods
#160
Reference in New Issue
Block a user
Delete Branch "feature/document-refresh"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What happened to all those line breaks?
Ah, didn't notice that, thanks. It's where trailing spaces have been trimmed by Atom on save, which actually shouldn't be happening according to the
.editorconfigfile. Probably something to do with my IDE settings, I'll take a look at it.Looks like Atom's
whitespacepackage was conflicting with theeditorconfigpackage and always causing trailing whitespace to be trimmed. Fixed and re-pushed this.