MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / ReadableStyle

Function ReadableStyle

pkg/sql/ast/format.go:78–87  ·  view source on GitHub ↗

ReadableStyle returns formatting options for human-readable output.

()

Source from the content-addressed store, hash-verified

76
77// ReadableStyle returns formatting options for human-readable output.
78func ReadableStyle() FormatOptions {
79 return FormatOptions{
80 IndentStyle: IndentSpaces,
81 IndentWidth: 2,
82 KeywordCase: KeywordUpper,
83 LineWidth: 80,
84 NewlinePerClause: true,
85 AddSemicolon: true,
86 }
87}
88
89// ─── Backward-compatibility hooks ────────────────────────────────────────────
90//

Callers 15

FuzzFormatFunction · 0.92
TestRenderSetOperationFunction · 0.92

Calls

no outgoing calls

Tested by 15

FuzzFormatFunction · 0.74
TestRenderSetOperationFunction · 0.74