Skip to content

Code style

Ihar Hubchyk edited this page Mar 29, 2020 · 6 revisions

Each pull request goes through code style formatting check (STATIC_ANALYSIS job in Travis-CI) to make sure that suggested code is up to our coding standards. In any case we don't strictly enforce to follow coding rules in some situations :)

We use Clang format coding style. Please refer to clang-format file for more information.