space-tab-mixed-disabled
Blank-space (space and tab) characters should not be mixed in the beginning of any line.
Level: Warning
Config values
Section titled “Config values”- space: space mode (only spaces are valid for indentation)
- space4: space mode and require 4 space characters
- tab: tab mode (only tab characters are valid for indentation)
- false: disable rule
Example
Section titled “Example”{ ... "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" />