vim/UltiSnips
Kenneth Benzie (Benie) d5ed558d0c 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
..
2017-09-26 14:48:03 +01:00
2018-03-14 17:39:31 +00:00
2017-10-10 14:49:56 +01:00
2016-04-17 15:12:20 +01:00
2017-09-20 11:59:41 -05:00
2017-06-01 00:31:10 +01:00