This is an extension to prettier-plugin-twig-melody which should ultimately cover the Twig tags added by Craft CMS.
yarn add prettier-twig-craft-cms --dev
or
npm install prettier-twig-craft-cms --save-dev
You have to add this line in your .prettierrc
(or prettierrc.json
) file:
"twigMelodyPlugins": ["node_modules/prettier-twig-craft-cms"]
This should be it.