csscomb-atom icon indicating copy to clipboard operation
csscomb-atom copied to clipboard

Default value for "Use project config"

Open rugk opened this issue 8 years ago • 7 comments

The setting "Use project config" should have the value .csscomb.json by default as this is the default config file csscomb.js advertises.

rugk avatar Jun 29 '16 21:06 rugk

Actually the first item as time goes - Use one of predefined configs and .csscomb.json is the second point.

jchouse avatar Jun 30 '16 09:06 jchouse

Yeah, but if a .csscomb.json file is found in the repo then it should actually always be preferred over any default configuration. (I mean that is the reason why the original author of a repo placed this file there...) That's why a default value for this would be good.

rugk avatar Jun 30 '16 10:06 rugk

OK, I understood you, is should not be optionally? may be:) My way is more flexible

jchouse avatar Jun 30 '16 11:06 jchouse

It seems you did not understand me. It should be optional, but it should also be the default.

The only thing I want is that after installation the configuration looks like this: defaultconf

A user who really wants to ignore the .csscomb.json file or wants to use another filename can change the value anyway afterwards. What matters here is the default value.

rugk avatar Jun 30 '16 14:06 rugk

I got it

jchouse avatar Jun 30 '16 14:06 jchouse

Nice, so do you consider implementing this?

rugk avatar Jun 30 '16 14:06 rugk

I'll think about it

jchouse avatar Jun 30 '16 15:06 jchouse