Coding Styles - Yvvvan/MPSEES-23-nxtOSEK-Driving GitHub Wiki
This document lists the coding styles for each Language used in this project.
C++
In this project we will use the C++ Coding Style from Google. For specific information consult the official style guide.
You can use the ClangFormat in your editor to apply this coding style to your source files. Below are links to introductions on how to use the Clang Formatter on popular IDEs.