SpaceTypeFlags#

class SpaceTypeFlags#

SpaceTypeFlags contains flags for white space types.

Fields#

class SpaceTypeFlags
ALL#

All white spaces.

NBSP#

Non-breaking space character.

NEWLINE#

Line break character. If the Buffer:implicit-trailing-newline property is True, SpaceDrawer also draws a line break at the end of the buffer.

NONE#

No flags.

SPACE#

Space character.

TAB#

Tab character.