Format returns a normalized SQL string using sqio's conservative formatter.
It tokenizes SQL before changing keyword/identifier case, so comments and
literal contents are not modified.
type Options struct {
Dialect string Indent int KeywordCase string IdentifierCase string LineWidth int}
Options controls SQL formatting behavior requested by CLI flags or config.
Unsupported options are retained so config can evolve without changing the
public service boundary.