sbdchd / neoformat

:sparkles: A (Neo)vim plugin for formatting code.
BSD 2-Clause "Simplified" License
1.98k stars 188 forks source link

feat: add yamlfmt support for YAML #421

Closed anhpt379 closed 2 years ago

anhpt379 commented 2 years ago

yamlfmt is an opionated yaml formatter, and it supports keeping comments.

https://github.com/mmlb/yamlfmt

sbdchd commented 2 years ago

Thanks!