shssoichiro / sqlformat-rs

SQL Formatter written in Rust
Apache License 2.0
89 stars 26 forks source link

Allow to control number of new lines at the end. #59

Open M4RC3L05 opened 2 weeks ago

M4RC3L05 commented 2 weeks ago

Like the titles says, would it be beneficial to this formatter to control the number of new lines at the end of input?

Currently working on integrating this into deno and it would be beneficial imo. If yes i could start looking into it.

Ref: https://github.com/denoland/deno/pull/26750