/** * Tab size detection algorithm. * * At least one property declaration must have an indent before it. If * multiple different indent patterns are detected, then the pattern occuring the * most times in a file will be taken. If there is no the same indent patterns, * then the very first detected will be taken. * * The ruleset below should result into: "tabs-size": 2 */ .my-ruleset /* The indent before a selector is ignored. */ { /* The indent before opening and closing brackets is ignored. */ color: #fff; /* The empty indent is ignored. */ /* The indent before a comment is ignored. */ border: none; }