You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it makes sense to ship builtin rules for both tab and whitespace indentation.
Too many projects will be using different rules here so it doesn't make sense that every project needs to write custom code just to enforce their standard.
I suggest we rename the HasTabsAsIndentation to HasCorrectIndentation and passes the actual rule as a configuration:
I think it makes sense to ship builtin rules for both tab and whitespace indentation.
Too many projects will be using different rules here so it doesn't make sense that every project needs to write custom code just to enforce their standard.
I suggest we rename the
HasTabsAsIndentation
toHasCorrectIndentation
and passes the actual rule as a configuration:I'll create a PR if theres no disagreement to this.
The text was updated successfully, but these errors were encountered: