Skip to content

Code Style Guide

Boutter Loïc edited this page Jan 25, 2021 · 3 revisions

For semantic conventions you can use clang-format : clang-format -i path/to/files/*.cpp|hpp|inl

General

The code must be c++20 compliant

@todo

Clone this wiki locally