Kenneth Benzie (Benie) 456e52467a 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-08-26 10:51:11 +01:00
2018-08-26 10:51:11 +01:00
2018-08-26 10:50:08 +01:00
2018-08-26 10:50:07 +01:00
2018-08-26 10:51:11 +01:00
2018-08-26 10:42:41 +01:00
2018-08-26 10:40:44 +01:00
2018-08-26 10:51:11 +01:00
Description
Vim configuration files.
4.8 MiB
Languages
Vim Script 76.2%
Vim Snippet 22.1%
Python 1.7%