Enum TCompactMode
- Namespace
- gudusoft.gsqlparser.pp.para.styleenums
- Assembly
- gudusoft.gsqlparser.dll
Output-density modes for the formatter.
public enum TCompactMode
Fields
CpmNone = 0Run the normal statement-specific pretty-printing pipeline.
Cpmugly = 1Skip normal layout and emit compact token text, wrapping at the configured line width.