Maven


How to format your source code files using vim?

Posted in Software by arekm on the March 2nd, 2008

… in a batch mode:

find . -name '*.somepattern' -exec vim -c 'norm gg=GZZ' "{}" ";"

Leave a Reply