2018-08-20 05:02:57 +00:00
|
|
|
key: markdownExpandtabs
|
|
|
|
title: Expand Tabs
|
|
|
|
description: Replace tabs with spaces in code blocks
|
|
|
|
author: requarks.io
|
2019-08-05 03:53:21 +00:00
|
|
|
icon: mdi-arrow-expand-horizontal
|
2018-08-27 02:38:08 +00:00
|
|
|
enabledDefault: true
|
|
|
|
dependsOn: markdownCore
|
2018-09-10 00:33:10 +00:00
|
|
|
props:
|
|
|
|
tabWidth:
|
|
|
|
type: Number
|
|
|
|
title: Tab Width
|
|
|
|
hint: Amount of spaces for each tab
|
|
|
|
default: 4
|