sasstools / gulp-sass-lint

Gulp plugin for Sass Lint
MIT License
115 stars 43 forks source link

Can not specify 'indentation' with tabs, why? #76

Open serjyamp opened 7 years ago

serjyamp commented 7 years ago

.pipe(sassLint({ rules:{ "class-name-format" : 0, "no-important" : 0, "property-sort-order" : 0, "indentation" : { "size" : "tab" } } }))

How to make linter require tabs? I'm still getting "Expected indentation of 2 space but found 4"

hlohrenz commented 6 years ago

I would like to know how to specify the size of tabs as well.. I use 4 spaces instead of 2.. I would like to tell the sass linter to expect 4, not 2 by default.

dippas commented 5 years ago

I also have tried all sort of combinations to check for indentation lint but it seems to me that is not checking at all for indention, either for spaces or tabs.