Skip to content

Instantly share code, notes, and snippets.

@roolo
Created November 1, 2013 12:39
Show Gist options
  • Save roolo/7264838 to your computer and use it in GitHub Desktop.
Save roolo/7264838 to your computer and use it in GitHub Desktop.
Strip trailing whitespaces

Replace:

/\n\s+\n/

With:

/\n\n/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment