Updated Clang Format Text Style (markdown) authored by williamfgc's avatar williamfgc
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
<li>One Exception: when redefining long types with the **using** keyword some mnemonics and short names are allowed, always document scope. <li>One Exception: when redefining long types with the **using** keyword some mnemonics and short names are allowed, always document scope.
```cpp ```cpp
// local 2D Vector of doubles // local 2D Vector of doubles
using std::vector<std::vector<double>> = vDouble2D; using std::vector<std::vector<double>> = vDouble2D;
``` ```
</li> </li>
</ul> </ul>
... ...
......