-
Notifications
You must be signed in to change notification settings - Fork 90
Code Style
ihhub edited this page Mar 5, 2019
·
9 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.