Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.48 KB

language.md

File metadata and controls

38 lines (33 loc) · 1.48 KB

language

Specifies the SQL dialect to use.

Options

The default "sql" dialect is meant for cases where you don't know which dialect of SQL you're about to format. It's not an auto-detection, it just supports a subset of features common enough in many SQL implementations. This might or might not work for your specific dialect. Better to always pick something more specific if possible.