Created
February 16, 2016 14:56
-
-
Save joeletizia/2b86faa24a3e8d82fc0a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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