"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.groupIndent = exports.gapLength = exports.tableIndent = void 0; exports.tableIndent = 3; exports.gapLength = 2; exports.groupIndent = 2;