Skip to content

format config-items.yml #1

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mirenbhakta
Copy link

@mirenbhakta mirenbhakta commented May 11, 2020

Goal is to apply more consistent formatting to the various fields in the config-items.yml file to make parsing easier. Example would be base/earth and base/sandstone. Both use border-continuity_external but base/earth uses underscores while base/sandstone uses dashes.

  base/earth:
    border_continuity_external: ['masks/border-external', 12]

  base/sandstone:
    border-continuity-external: ['masks/border-external', 12]

This pull request does not necessarily need to be merged. I wanted to put this here so people would know this exists.
If you want to access my edited version of the config file just go to my fork.
https://github.com/mirenbhakta/deepworld-config

field "sprites+:" changed to "sprites_plus:"
removed merge key "&sign-large" from "signs/mechanical" as it was not being used and already existed on "signs/large:"

many fields are changed from using dash "border-wholeness:"
or spaces "border wholeness:"
to underscore "border_wholeness:"

Signed-off-by: Miren [email protected]

"sprites+:" changed to "sprites_plus:"
removed merge key "&sign-large" from "signs/mechanical" as it was not being used and already existed on "signs/large:"

many fields are changed from using dash "border-wholeness:"
or spaces "border wholeness:"
to underscore "border_wholeness:"

Signed-off-by: Miren <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant