Created
September 14, 2015 12:11
-
-
Save dharma017/529a5617170c9c4b4347 to your computer and use it in GitHub Desktop.
Surplus Empty Lines (ST3)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ^\s+$ | |
| Select the text | |
| Press Ctrl + H (or click Find->Replace) | |
| Make sure you have selected 'regular expression' (press Alt + R) | |
| Find what: ^\n | |
| Replace With: (nothing, leave in blank) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment