Preserve comments on map keys

This commit is contained in:
Mike Farah
2021-02-10 16:48:10 +11:00
parent e9c5573a89
commit abaf299115
10 changed files with 83 additions and 77 deletions
-1
View File
@@ -71,7 +71,6 @@ Given a sample.yml file of:
a: {things: great}
b:
also: "me"
```
then
```bash