dedent(): void {
    if (this.format.compact || this.format.concise) return;

    this._indent--;
  }