Keep comments on `base` properties
Open
priority/low
- Dominant language
- Go
- Stars
- 21.9k
- Forks
- 957
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 53
Description
Right now base property comments are not merged because the `base` node is simply deleted during merging:
```yaml
# This comment will not be included in lima.yaml
base: template://default
```
A workaround is to add an empty line:
```yaml
# This comment will be copied over
base: template://default
```
It would be nice to retain the comment even without the extra empty line.
Contributor guide
Assessment
This issue has not been assessed yet.