doc: Update coding-style.rst to not add enum / struct specifiers

This commit is contained in:
Eduardo Almeida
2022-11-24 18:07:07 +00:00
parent d2d64bedef
commit cd2ec07e37

View File

@@ -1149,6 +1149,8 @@ Miscellaneous items
- Do not use the C++ ``goto`` statement.
- Do not add the ``enum`` or ``struct`` specifiers when declaring the variable's type.
Clang-tidy rules
================