Unified configuration for the banshee SQL toolchain.
[BansheeConfig] is the single struct threaded through the formatter, linter,
completion engine and the generic LSP. It deserializes from a banshee.toml
file whose schema is deliberately decoupled from the internal types of each
crate, so the file format can stay stable as internals evolve.
Example banshee.toml
[]
= "sqlstyle"
= "upper"
= 100
[]
= true
= ["AM01"]
[]
= "warning"
[]
= "DATABASE_URL"
= "public"