Skip to content

Instantly share code, notes, and snippets.

@lawliet89
Created July 1, 2013 10:55
Show Gist options
  • Save lawliet89/5899943 to your computer and use it in GitHub Desktop.
Save lawliet89/5899943 to your computer and use it in GitHub Desktop.
Git grep for trailing whitespace
git grep -I -E '^.+[ ]+$'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment