Open
Description
Problem you are trying to solve
As dicsusued in #4080 (comment) and #4080 (comment).
I think it would be a good idea to introduce a formatter for this. It would help us avoid similar situations in the future. I’d recommend using Prettier, but it does require adding a new toolchain, such as npm, pnpm, or yarn, to install it. What are your thoughts on this?
Solution you'd like
- Install the prettier
- Format the project using the default configuration.
Notes
No response