You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
307 B

  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