MCPcopy Create free account
hub / github.com/AfterShip/clickhouse-sql-parser / WithBeautify

Method WithBeautify

parser/format.go:35–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func (f *Formatter) WithBeautify() *Formatter {
36 f.mode = FormatModeBeautify
37 return f
38}
39
40// WithIndent sets the indentation string used when beautifying SQL.
41// The indent parameter should not be empty to maintain proper formatting.

Calls

no outgoing calls