The only thing you can configure with sqlfmt is the desired line length of the formatted file. You can do this with the --line-length or -l options. The default is 88. Given the desired line length, sqlfmt has three objectives: Break and indent lines to make the syntactical structure of the code apparent.Combine lines to use the least possible vertical space, without violating the line-length cons