How to config Prettier PHP ?
This is a guide, I used sublime text 4 and config parser into setting JsPrettier but it not working
“In most cases, Prettier PHP works as drop-in replacement for Prettier. However, JsPrettier only detects if you’re formatting a PHP file (or PHP selection), and sets the --parser
to php
accordingly. Aside from that, it’s up to you ensure your config(s) conform to Prettier PHP options.”
Thank you, please help me !