Skip to content

Latest commit

 

History

History
107 lines (86 loc) · 1.61 KB

File metadata and controls

107 lines (86 loc) · 1.61 KB
id MDS007
name no-hard-tabs
status ready
description No tab characters. Use spaces instead.
category whitespace
nature style
maintainability
markdownlint
id name partial default
MD010
no-hard-tabs
false
true
rumdl
id name partial default
MD010
no-hard-tabs
false
true
mado
id name partial default
MD010
no-hard-tabs
false
true
panache
obsidian-linter
gomarklint
id name partial default
no-hard-tabs
no-hard-tabs
false
true

MDS007: no-hard-tabs

No tab characters. Use spaces instead.

Config

Enable:

rules:
  no-hard-tabs: true

Disable:

rules:
  no-hard-tabs: false

Examples

Bad

# Title

hel	lo

Good

# Title

No tabs here.

```text
	indented with tab
	more tabbed code
```

Meta-Information

  • ID: MDS007
  • Name: no-hard-tabs
  • Status: ready
  • Default: enabled
  • Fixable: yes
  • Implementation: source
  • Category: whitespace
  • markdownlint: MD010 (no-hard-tabs)
  • rumdl: MD010 (no-hard-tabs)
  • mado: MD010 (no-hard-tabs)
  • gomarklint: no-hard-tabs