Skip to content

Instantly share code, notes, and snippets.

@statickidz
Last active March 31, 2016 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save statickidz/4103aabbd8f3f73cd7ee0d8318eec278 to your computer and use it in GitHub Desktop.
Save statickidz/4103aabbd8f3f73cd7ee0d8318eec278 to your computer and use it in GitHub Desktop.
Sublime Text - Remove any extra/blank lines
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