Monday, July 16, 2012

My favorite code style formater

With C++, I use http://astyle.sourceforge.net/, here is my rules:
astyle -A2 -s2 -Y -f -H -p -j *.cpp *.h

No comments:

Post a Comment