vim/UltiSnips
Kenneth Benzie (Benie) f240bc3a1f 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-25 22:20:10 +01:00
..
2018-08-25 22:20:05 +01:00
2018-08-25 22:20:09 +01:00
2018-08-25 22:20:05 +01:00
2018-08-25 22:19:38 +01:00
2018-08-25 22:20:04 +01:00
2018-08-25 22:20:02 +01:00