EnumLineEnding
enum EnumLineEnding {
NONE = "none",
OPEN = "open",
OPEN_REVERSE = "openReverse",
CLOSED = "closed",
CLOSED_REVERSE = "closedReverse",
BUTT = "butt",
SLASH = "slash",
SQUARE = "square",
DIAMOND = "diamond",
CIRCLE = "circle",
}
Corresponding line endings
EnumLineEnding | Corresponding line ending |
---|---|
NONE | |
OPEN | |
OPEN_REVERSE | |
CLOSED | |
CLOSED_REVERSE | |
BUTT | |
SLASH | |
SQUARE | |
DIAMOND | |
CIRCLE |