-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Config format standardization #71
Comments
So, which format is preferred? |
Probably Json, if that's what you mean: The change would be minimal because we already have rapidJson integrated. |
The only issue with json is that it is not detected by default on Windows, see: It could be also .ini (might be recognized on Windows by default) or .yaml which is very popular now. |
That's a fair enough reason.
.ini is recognized on windows. Neither yml nor yaml are. If we moved the LadderManagers.conf file to json, my vote would be for maintaining the json extension for consistency's sake. |
Currently we have multiple configs that use differing formats.
I suggest we standardize any configs to all use the same format to allow the use of the same tools/libraries for all configs.
Json makes sense to me at this point in time.
I'm happy to take on this task - just want to make sure people are in support of it if I do.
The text was updated successfully, but these errors were encountered: