You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
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>