observablehq / feedback

Customer submitted bugs and feature requests
42 stars 3 forks source link

Enable Prettier on SQL Cell #467

Open dvdsgl opened 2 years ago

dvdsgl commented 2 years ago

Is your feature request related to a problem? Please describe.

Prettier is already used to wonderful effect on JavaScript cells. Prettier supports SQL, so it would also be nice to enable Prettier on SQL Cells to keep our queries pretty.

Describe the solution you'd like

Enable Prettier on SQL Cells.

Describe alternatives you've considered

Currently, I copy-paste my SQL Cell content into VS Code and use a formatter there, before copying back into Observable.

Additional context

CobusT commented 2 years ago

Thanks for logging it here!