Kenneth Benzie (Benie) c9e1bd55c2 Update C++ namespace snippet to match clang-format
New snippet outputs this

```cpp
namespace {
}  // namespace
```

instead of

```cpp
namespace {
}  // anonymous
```

and this

```cpp
namespace foo {
}  // namespace foo
```

instead of

```cpp
namespace foo {
}  // foo
```
2018-04-20 10:12:14 +01:00
2018-02-23 22:08:12 +00:00
2017-11-20 21:16:17 +00:00
2017-02-06 11:44:15 +00:00
2018-04-13 23:23:31 +01:00
2016-09-14 10:04:44 +01:00
2016-07-05 20:00:30 +01:00
2018-04-13 23:52:00 +01:00
Description
Vim configuration files.
4.8 MiB
Languages
Vim Script 76.2%
Vim Snippet 22.1%
Python 1.7%