Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Contributing

Jason Wray edited this page Jan 29, 2016 · 2 revisions

Guidelines

See our main guidelines in the repo.

Use clang-format

The project includes a .clang-format file describing some of the code style we use. When contributing new code, please make sure that it (mostly) passes through this filter unchanged. Note that there are sometimes cases where the output is not desirable.

From the command line, run clang-format -style=file <filename>

There are some editor integrations as well:

Clone this wiki locally