Skip to content

Instantly share code, notes, and snippets.

@lytithwyn
Created June 28, 2012 22:02
Show Gist options
  • Save lytithwyn/3014270 to your computer and use it in GitHub Desktop.
Save lytithwyn/3014270 to your computer and use it in GitHub Desktop.
git_indentation_blog_post
[filter "two_four"]
smudge = perl -MPOSIX -pe 's|^( +)|\" \" x floor(length($1)*2)|e'
clean = perl -MPOSIX -pe 's|^( +)|\" \" x floor(length($1)/2)|e'
*.rb filter=two_four
*.spec filter=two_four
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment