Skip to content
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

Allow height padding to be defined #92

Open
Kieranties opened this issue Aug 12, 2019 · 0 comments
Open

Allow height padding to be defined #92

Kieranties opened this issue Aug 12, 2019 · 0 comments
Labels
✨ feature New feature or request
Milestone

Comments

@Kieranties
Copy link
Owner

Is your feature request related to a problem? Please describe.
Allow the padded height to be specified in the configuration file both as a specified default and as a token rule.

Describe the solution you'd like
The configuration should allow the default padding to be specified for each format. Specifying for a format will force the result to use the padded value.
Each format may specify it's own height

{
  "Formats" : {
    "Semver1" : {
        HeightPadding: 5
    }
  }
}

Additionally, the height token should allow the padding to be specifically overridden using {height:7}

@Kieranties Kieranties added the ✨ feature New feature or request label Aug 12, 2019
@Kieranties Kieranties added this to the 0.2.0 milestone Aug 12, 2019
@Kieranties Kieranties modified the milestones: 0.2.0, 0.3.0 Feb 25, 2020
@Kieranties Kieranties modified the milestones: 0.3.0, 0.4.0 Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant