Created
August 26, 2014 07:57
-
-
Save inclooder/b4d6883357e23fc049bf to your computer and use it in GitHub Desktop.
Format all files in directory using 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 ~/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