Skip to content

Commit

Permalink
refactor(config): rearrange fields to save bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanlogue committed May 13, 2024
1 parent 42abf48 commit b1b768e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ import (

type Config struct {
ShowIntro *bool `json:"showIntro"`
CommitTitleCharLimit *int `json:"commitTitleCharLimit"`
Prefixes Prefixes `json:"prefixes"`
Coauthors CoAuthors `json:"coauthors"`
Boards Boards `json:"boards"`
CommitTitleCharLimit *int `json:"commitTitleCharLimit"`
}

// New returns a new Config
Expand Down

0 comments on commit b1b768e

Please sign in to comment.