Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 651 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 651 Bytes

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

How To Use

./gstyle source_code.extension