42BV / yml-sorter

Sorts yml files alphabetically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doesn't preserve comments

ezpuzz opened this issue · comments

this removes comments because js-yaml 2.x doesn't create AST.

js-yaml does have a 1.x branch that creates AST but doesn't have dump function implemented

nodeca/js-yaml#282

I wanted to use this plugin in conjunction with lint-staged for the record (to keep yaml files sorted similarly in repo) and this is deal-breaker.

Very useful tool. Would be nice to preserve comments.