Cpp source code formatter for Google C++ Style
Astyle is a free, fast and small automatic formatter for C, C++, C+, and Java source code.
This fork, however, only aims at formatting C++ code according to Google C++ Style Guide.
google-astyle code base is google-astyle clean, meaning you should always run google-astyle on top of google-astyle source code before committing.
The command line flags we are using are:
--style=linux --indent=spaces=2