Created
August 1, 2014 07:59
-
-
Save goooooouwa/d5f40319ab7fb80a7fe4 to your computer and use it in GitHub Desktop.
Indent all the files in Folder with VIM. http://stackoverflow.com/questions/3218528/indenting-in-vim-with-all-the-files-in-folder
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
# in Vim | |
:args ~/src/myproject/**/*.ttl | argdo execute "normal gg=G" | update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment