This repository was archived by the owner on Sep 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 619
Formatting
Heqing Ya edited this page Apr 9, 2016
·
6 revisions
The python script format.py is useful for managing header comments and formatting.
You can format a single file, all files in a directory, or all files in a pre-specified directory.
The script internally uses clang-format. You can format the source code in accordance with the style configuration file.
Check out the help menu for available options.
You can add or strip headers either to/from a specific file, or all files in a specific directory, or all the files in a pre-specified directory. The code has options for these choices.