coding_style
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| coding_style [2021/10/29 21:13] – add libserial 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 171: | Line 173: | ||
| Ubuntu package to install: '' | Ubuntu package to install: '' | ||
| + | |||
| + | ===== Suggestions ===== | ||
| + | |||
| + | * switch case indentation: | ||
| + | <code cpp> | ||
| + | switch(< | ||
| + | { | ||
| + | case < | ||
| + | { | ||
| + | < | ||
| + | break; | ||
| + | } | ||
| + | } | ||
| + | </ | ||
coding_style.1635534803.txt.gz · Last modified: by damien
