Search-And-Replace: Regular Expression
^\s*\n
Merging Empty Lines
With this, the regular expression^\s*\n
finds one or multiple empty lines (as before), and it replaces it with a single empty line:
\R
Read full article from Removing Blank Lines in Eclipse | MCU on Eclipse
No comments:
Post a Comment