Closed AndreOneti closed 2 years ago
create sometging like
const tab: string = options.insertSpaces ? " ".repeat(options.tabSize) : "\t";
and use this value
create sometging like
and use this value