I'm trying to work with PHP WordPress formatting in my files, so I saw about adding the arguments for the command line. But I don't seem to know how should I add them, in SublimeLinter settings I justs added:
but I keep getting errrors. Should I added them differently in the instructions says add like list. Or is this function unavailable for formatter in php.
I'm trying to work with PHP WordPress formatting in my files, so I saw about adding the arguments for the command line. But I don't seem to know how should I add them, in SublimeLinter settings I justs added:
--standard=WordPress-Extra,WordPress-Docs,PHPCompatibilityWP
so I tried:
"args": ["--standard=WordPress-Extra,WordPress-Docs,PHPCompatibilityWP"]
but I keep getting errrors. Should I added them differently in the instructions says add like list. Or is this function unavailable for formatter in php.