Changes
Page history
Updated Clang Format Text Style (markdown)
authored
May 04, 2017
by
williamfgc
Show whitespace changes
Inline
Side-by-side
Clang-Format-Text-Style.md
View page @
101a0bc6
...
...
@@ -24,5 +24,10 @@ using std::vector<std::vector<double>> = vDouble2D;
typedef
std
::
vector
<
std
::
vector
<
std
::
map
<
std
::
string
,
double
>>>
MapIn2DVector
;
```
</li>
<li>
```
cpp
using
std
::
vector
<
std
::
vector
<
std
::
map
<
std
::
string
,
double
>>>
=
MapIn2DVector
;
```
</li>
<li><code>
Do
</code>
<ul><li><pre
style=
"border: 0;"
><code>
using std::vector
<
std::vector
<
std::map
<
std::string , double
>
>
>
=
<strong>
MapIn2DVector;
</strong>
</code></pre></li></ul></li></ul></li></ol>
\ No newline at end of file