When using the SQL formatter in VS Code, I noticed that it incorrectly formats exponential numbers, specifically expressions like 1e-9. Instead of keeping the exponent notation together, it adds a ...
For most projects, using prettier-plugin-embed together with prettier-plugin-sql can be sufficient for formatting embedded SQL in TypeScript. However, those plugins did not fully support my PL/pgSQL ...