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 @
73b10d88
...
@@ -9,10 +9,10 @@
...
@@ -9,10 +9,10 @@
<li>
Examples:
<strong>
timeInitial
</strong>
instead of
<strong>
tIni
</strong>
, or
<strong>
work
</strong>
instead of
<strong>
wrk
</strong></li>
<li>
Examples:
<strong>
timeInitial
</strong>
instead of
<strong>
tIni
</strong>
, or
<strong>
work
</strong>
instead of
<strong>
wrk
</strong></li>
<li>
One Exception: when redefining long types with the keyword using some mnemonics and short names is allowed, always document scope.
</li>
<li>
One Exception: when redefining long types with the keyword using some mnemonics and short names is allowed, always document scope.
</li>
<li>
Code
<li>
Code
```
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>
...
...
...
...