Closed
Description
The following section of the style guide needs to be updated
Currently the code style we're enforcing is with clang-format, whose config file is also picked up by most IDEs. The remaining style files which were previously distributed should be considered deprecated and not distributed anymore.
Currently, to format code, most IDEs parse clang-format files (ours is here). On Linux and Mac, there's always the option to run
$ make format
If clang-format is installed and detected during configuration.
Activity