I just installed sass-lint in my VS Code editor and I keep on getting this error for each and every property(line) I've set in my *.scss
files:
[sass-lint] Mixed tabs and spaces
Indentation type in VS Code is set to tabs(4), it is set to indent using Tabs.
How can I disable mixing of tabs and spaces for sass-lint?