matype / stylefmt

stylefmt is a tool that automatically formats stylesheets.
Other
2.1k stars 89 forks source link

rules that not found in `stylelint` configuration file, should extends from `editorconfig` #220

Open gucong3000 opened 7 years ago

gucong3000 commented 7 years ago

When these rules can not be read, or the value is empty, we should get the configuration from the editorconfig

gucong3000 commented 7 years ago

PR #221 was merged, but we discard the features in this issue.

I want users use this configuration file:

{
  "rules": {
    "indentation": false,
    "no-eol-whitespace": false
  }
}

In this case, users can clearly express the hope that the use configuration of editorconfig.