This PR removes the exclusion of `README.md` from `.prettierignore`. This exclusion was possibly meant to not alter the root `README.md`, but it was also indiscriminately exclusing any `README.md` in subpaths. With this change, we enable the auto format for all `README.md` files, including the one in the root path, as there is no good reason not to. Bug: N/A