Skip to content

space-tab-mixed-disabled

Blank-space (space and tab) characters should not be mixed in the beginning of any line.

Level: Warning

  1. space: space mode (only spaces are valid for indentation)
  2. space4: space mode and require 4 space characters
  3. tab: tab mode (only tab characters are valid for indentation)
  4. false: disable rule
{
...
"space-tab-mixed-disabled": space4
...
}

The following patterns are not considered rule violations

Section titled “The following patterns are not considered rule violations”
 <img src="tab.png" />
33333333<img src="space.png" />

The following pattern is considered a rule violation:

Section titled “The following pattern is considered a rule violation:”
333<img src="tab_before_space.png" />
3333 <img src="space_before_tab.png" />