jchouse / csscomb-atom

MIT License
16 stars 9 forks source link

Default value for "Use project config" #24

Open rugk opened 8 years ago

rugk commented 8 years ago

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

jchouse commented 8 years ago

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

rugk commented 8 years ago

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.

jchouse commented 8 years ago

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

rugk commented 8 years ago

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.

jchouse commented 8 years ago

I got it

rugk commented 8 years ago

Nice, so do you consider implementing this?

jchouse commented 8 years ago

I'll think about it