coding_style
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| coding_style [2020/10/08 16:22] – [Herqq UPnP] damien | coding_style [2022/09/16 18:16] (current) – [C/C++] ddecoeyer | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ====== C/C++ ====== | ====== C/C++ ====== | ||
| + | |||
| + | A Gerrit repository contains formatter configuration profiles compatible with Eclipse and Visual Studio. Refer to the attached README to know how to use them. | ||
| An Eclipse configuration file is available in the Quimesis Drive ([[https:// | An Eclipse configuration file is available in the Quimesis Drive ([[https:// | ||
| Line 165: | Line 167: | ||
| Ubuntu package to install: '' | Ubuntu package to install: '' | ||
| + | |||
| + | ===== Serial port ===== | ||
| + | |||
| + | http:// | ||
| + | |||
| + | Ubuntu package to install: '' | ||
| + | |||
| + | ===== Suggestions ===== | ||
| + | |||
| + | * switch case indentation: | ||
| + | <code cpp> | ||
| + | switch(< | ||
| + | { | ||
| + | case < | ||
| + | { | ||
| + | < | ||
| + | break; | ||
| + | } | ||
| + | } | ||
| + | </ | ||
coding_style.1602166970.txt.gz · Last modified: by damien
