moved the method for YAML clutter cleanup from VirtualFileHelper to it's own class. IMHO this is better when it comes to separation of concerns. I kept the original methods and marked them as deprecated for smoother migration of existing consumers.
This is to prepare the next step where I add support for JSON (it currently only supports YAML)
moved the method for YAML clutter cleanup from
VirtualFileHelper
to it's own class. IMHO this is better when it comes to separation of concerns. I kept the original methods and marked them as deprecated for smoother migration of existing consumers. This is to prepare the next step where I add support for JSON (it currently only supports YAML)