Table of Contents

Enum TLinefeedsCommaOption

Namespace
gudusoft.gsqlparser.pp.para.styleenums
Assembly
gudusoft.gsqlparser.dll

Placement of a comma relative to the line break between stacked items.

public enum TLinefeedsCommaOption

Fields

LfAfterComma = 0

Keep the comma at the end of the previous item, then break the line.

LfBeforeComma = 2

Break before the comma without inserting a following space.

LfbeforeCommaWithSpace = 1

Break before the comma and insert one space between it and the next item.