hasSameIndentationAs method

bool hasSameIndentationAs(
  1. DeltaInsertOp op
)

Implementation

bool hasSameIndentationAs(DeltaInsertOp op) {
  return attributes.indent == op.attributes.indent;
}