Skip to content

Instantly share code, notes, and snippets.

@niltonvasques
Last active November 25, 2015 12:05
Show Gist options
  • Select an option

  • Save niltonvasques/8f74910ff85368533932 to your computer and use it in GitHub Desktop.

Select an option

Save niltonvasques/8f74910ff85368533932 to your computer and use it in GitHub Desktop.
Ident many files inside vim
: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