We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now, config file is hard to deal with default config
it's unclear which option will use default value
It's impossible to get small config file but very consistent
Write config file as key, value pair and it'll override default config
The text was updated successfully, but these errors were encountered:
Implemented on breaking/rework-config branch
breaking/rework-config
Sorry, something went wrong.
No branches or pull requests
Motivation
Now, config file is hard to deal with default config
it's unclear which option will use default value
Progress
Solutions
Don't use default value at all
It's impossible to get small config file but very consistent
Don't use structural configWrite config file as key, value pair and it'll override default configThe text was updated successfully, but these errors were encountered: