definition.yml 307 B

12345678910111213
  1. key: markdownExpandtabs
  2. title: Expand Tabs
  3. description: Replace tabs with spaces in code blocks
  4. author: requarks.io
  5. icon: mdi-arrow-expand-horizontal
  6. enabledDefault: true
  7. dependsOn: markdownCore
  8. props:
  9. tabWidth:
  10. type: Number
  11. title: Tab Width
  12. hint: Amount of spaces for each tab
  13. default: 4