mdsmith
Esc
    v0.52.0 GitHub
    MDS007 whitespace ready

    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