Skip to content

Instantly share code, notes, and snippets.

@lgrz
Created September 14, 2013 02:25
Show Gist options
  • Save lgrz/6558340 to your computer and use it in GitHub Desktop.
Save lgrz/6558340 to your computer and use it in GitHub Desktop.
How to make your eyes bleed
search: (^ +)(if|else|do|while|switch|for) (.*)?{
replace: $1$2 $3\n$1{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment