plugin-php
plugin-php copied to clipboard
Remove "Same as in Prettier" for tabWidth option in README
It is very confusing for the user, rather write something along the lines of "Following PSR Standards". Don't even mention prettier options.
README.md

https://prettier.io/docs/en/options.html#tab-width

Related #1416
@marcofugaro Would the change suggested in https://github.com/prettier/plugin-php/pull/1417 be sufficient?
@czosel It is still confusing, just get rid of the same as prettier part (like in singleQuote) and reference the standard it belongs to (like in braceStyle )