mirror of https://github.com/requarks/wiki
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.
14 lines
307 B
14 lines
307 B
key: markdownExpandtabs
|
|
title: Expand Tabs
|
|
description: Replace tabs with spaces in code blocks
|
|
author: requarks.io
|
|
icon: mdi-arrow-expand-horizontal
|
|
enabledDefault: true
|
|
dependsOn: markdownCore
|
|
props:
|
|
tabWidth:
|
|
type: Number
|
|
title: Tab Width
|
|
hint: Amount of spaces for each tab
|
|
default: 4
|