Last active
March 31, 2016 10:40
-
-
Save statickidz/4103aabbd8f3f73cd7ee0d8318eec278 to your computer and use it in GitHub Desktop.
Sublime Text - Remove any extra/blank lines
This file contains 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
Find > Replace (Select regular expression check) | |
Find What: \s]*$(?!\w\W]) | |
Replace With: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment