Frequently Asked Questions
Q: Why does formatting fail?
A: Prettier requires your code to be syntactically correct. If you have a missing
bracket } or a syntax error, it cannot format the code. The tool will display the error
message to help you fix it.
Q: Does it support Python/Java?
A: Currently, we use the standard Prettier build which focuses on Web Languages (JS/TS/HTML/CSS). We may add plugins for other languages in the future.
Q: Can I change the config (e.g., single quotes)?
A: Currently, we use a standard "opinionated" configuration (80 print width, 4 spaces indent). We plan to add more toggleable options soon.