trivago / prettier-plugin-twig-melody

Code formatting plugin for Prettier which can handle Twig/Melody templates
Apache License 2.0
157 stars 35 forks source link

Turn the twigMelodyPlugins option into an array #29

Closed twbartel closed 4 years ago

twbartel commented 4 years ago

Previously, the idea was that multiple twigMelodyPlugins could be specified as one string, separated by |. This PR turns the option into an array instead.