I'm trying to implement other coding standards for phpcs. Currently, I have setup phpcs for visual studio code and I have the following coding standards
current/path> phpcs -i
The installed coding standards are MySource, PEAR, PSR1, PSR2, Squiz and Zend
I want to set up other standards listed here: php-fig
For example PSR4
How do I go about setting these standards for my development?