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 = 0Keep the comma at the end of the previous item, then break the line.
LfBeforeComma = 2Break before the comma without inserting a following space.
LfbeforeCommaWithSpace = 1Break before the comma and insert one space between it and the next item.