Please allow standardization of string literals
Open
- Dominant language
- Python
- Stars
- 14k
- Forks
- 904
- PR merge metrics
- No merged PRs in 30d
Description
On the subject of `""` vs `''`, both the Google and Python style guides say simply "choose one and be consistent". It would be awesome if YAPF had an option to enforce use of either `"` or `'`, with the default of neither value provided being no string rewriting occurs.
Contributor guide
Assessment
This issue has not been assessed yet.