Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration WrappingIndent

Describes how to indent wrapped lines.

Index

Enumeration members

Enumeration members

DeepIndent

DeepIndent: = 3

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

Indent

Indent: = 2

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

None

None: = 0

No indentation => wrapped lines begin at column 1.

Same

Same: = 1

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

Generated using TypeDoc