Skip to content

Instantly share code, notes, and snippets.

@inclooder
Created August 26, 2014 07:57
Show Gist options
  • Save inclooder/b4d6883357e23fc049bf to your computer and use it in GitHub Desktop.
Save inclooder/b4d6883357e23fc049bf to your computer and use it in GitHub Desktop.
Format all files in directory using vim
:args ~/src/myproject/**/*.cpp | argdo execute "normal gg=G" | update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment