Last active
November 25, 2015 12:05
-
-
Save niltonvasques/8f74910ff85368533932 to your computer and use it in GitHub Desktop.
Ident many files inside vim
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
| :args *.rb | argdo execute "normal gg=G" | update | |
| # http://stackoverflow.com/questions/3218528/indenting-in-vim-with-all-the-files-in-folder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment