Changes
Page history
Updated Clang Format Text Style (markdown)
authored
May 04, 2017
by
williamfgc
Hide whitespace changes
Inline
Side-by-side
Clang-Format-Text-Style.md
View page @
869c8e95
...
...
@@ -10,8 +10,8 @@
<li>
One Exception: when redefining long types with the keyword using some mnemonics and short names is allowed, always document scope.
</li>
<li>
Code
```
cpp
// local 2D Vector of doubles
using
std
::
vector
<
std
::
vector
<
double
>>
=
vDouble2D
;
// local 2D Vector of doubles
using
std
::
vector
<
std
::
vector
<
double
>>
=
vDouble2D
;
```
</li>
</ul>
...
...
...
...