Skip to content

Instantly share code, notes, and snippets.

@corysimmons
Created October 7, 2013 18:54
Show Gist options
  • Save corysimmons/6873015 to your computer and use it in GitHub Desktop.
Save corysimmons/6873015 to your computer and use it in GitHub Desktop.
Substitute 4 for 2 spaces when Sublime Text can't do it.
Flags: gm
Pattern: ^(\s+)\1
Replace: \1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment