Formatting
banshee format ships two engines, selected by [format] style:
sqlstyle— river alignment per the sqlstyle.guide (leading keywords right-aligned into a “river”).pgformatter— a pgFormatter-style layout, including DDL.compact— minimal, single-line-leaning output.
banshee format --write . # rewrite files in placebanshee format --check . # exit 1 if anything is unformatted (for CI)banshee format - # read stdin, write stdoutShared knobs (indent, width, comma style, keyword case, …) map across both engines — see Configuration.