But did you know that regex could help with that? Enter this command into your find-and-replace function: Find: [^\S\r\n]{2,}|\s*\r?\n\s*\r?\n\s* Replace: \n This regex will make your text editor ...