disallowTabs

Disallows tabs everywhere.

Type: Boolean

Value: true

Example

"disallowTabs": true
Valid
if (true) {
\s\sfoo();
}
Invalid
if (true){
\tfoo();
}
Rule source
Test source