Enumeration WrappingIndent

Describes how to indent wrapped lines.

Enumeration Members

Enumeration Members

DeepIndent: 3

DeepIndent => wrapped lines get +2 indentation toward the parent.

Indent: 2

Indent => wrapped lines get +1 indentation toward the parent.

None: 0

No indentation => wrapped lines begin at column 1.

Same: 1

Same => wrapped lines get the same indentation as the parent.