AndreOneti / qml-formatter

Formatter, definition and autocomplete for QML language
MIT License
17 stars 2 forks source link

Add verification from configured identation space. #12

Closed AndreOneti closed 2 years ago

AndreOneti commented 2 years ago

create sometging like

const tab: string = options.insertSpaces
      ? " ".repeat(options.tabSize)
      : "\t";

and use this value