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

Contributing

Konstantin Käfer edited this page Apr 9, 2015 · 2 revisions

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