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
289 B
14 lines
289 B
6 years ago
|
key: markdownExpandtabs
|
||
|
title: Expand Tabs
|
||
|
description: Replace tabs with spaces in code blocks
|
||
|
author: requarks.io
|
||
6 years ago
|
icon: space_bar
|
||
|
enabledDefault: true
|
||
|
dependsOn: markdownCore
|
||
6 years ago
|
props:
|
||
|
tabWidth:
|
||
|
type: Number
|
||
|
title: Tab Width
|
||
|
hint: Amount of spaces for each tab
|
||
|
default: 4
|