Skip to content

Style: Using the same writing style for .sgcrc #43

Closed
@aichbauer

Description

@aichbauer

Currently we have two different writing styles in our .sgcrc

  "lowercaseTypes": false,
  "initial-commit": {
    "isEnabled": true,
    "emoji": ":tada:",
    "message": "Initial commit"
  },

As you see we use camelcase (e.g. lowercaseTypes) and separating them with a - (e.g. initial-commit).

Maybe we should use camelcase for everything?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions