Module: GtkSource::SpaceLocationFlags

Defined in:
(unknown)

Constant Summary collapse

NONE =

No flags.

0 or :none
LEADING =

Leading white spaces on a line, i.e. the indentation.

1 or :leading
INSIDE_TEXT =

White spaces inside a line of text.

2 or :inside_text
TRAILING =

Trailing white spaces on a line.

4 or :trailing
ALL =

White spaces anywhere.

7 or :all