luofalei / google-astyle

Cpp source code formatter for Google C++ Style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

google-astyle

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

About

Cpp source code formatter for Google C++ Style


Languages

Language:C++ 99.9%Language:CMake 0.1%