rill
rill copied to clipboard
SQL / YAML formatter
Is your feature request related to a problem? Please describe. Like Cursor and VSCode, would be nice to enable a formatter into the application. Usually off but can be enabled to help visualize some of the more complex SQL :)
Describe the solution you'd like Maybe a YAML parameter to set to enable the feature? sql_formatter: true
Describe alternatives you've considered Using an external IDE to go through and save each file and make it look pretty
Additional context Esp when taking on historical projects where various individuals have made changes, its a nice way to clean up the files.