Skip to content

Instantly share code, notes, and snippets.

@joeletizia
Created February 16, 2016 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joeletizia/2b86faa24a3e8d82fc0a to your computer and use it in GitHub Desktop.
Save joeletizia/2b86faa24a3e8d82fc0a to your computer and use it in GitHub Desktop.
Dir.glob("**/*.rb").each do |file|
`vim -c "set ts=4 sts=4 noet|retab!|set ts=2 sts=2 et|retab|wq" #{file}`
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment