BmnRoot
Loading...
Searching...
No Matches
run Namespace Reference

-clang-format More...

Detailed Description

-clang-format

A wrapper script around clang-format, suitable for linting multiple files
and to use for continuous integration.

This is an alternative API for the clang-format command line.
It runs over multiple files and directories in parallel.
A diff output is produced and a sensible exit code is returned.

Adopted from https://github.com/Sarcasm/run-clang-format/tree/master