How to configure VSCode to use Wordpress Coding Standard with no effort on MacOS.
If you work in a team you surely know how critical it is to have a coding standard to follow to ensure that every commit include only the relevant code and no change on space, brackets and so on.
Even if you work alone, having a standard is something that will help you later to keep a good code and maintainability over the…