{
    "addFilesToGitOnCommit": {
        "description": "Automatically add files to your git project",
        "choices":[
            {
                "name": "activated (default)",
                "value": "activated"
            },
            {
                "name": "disabled",
                "value": "disabled"
            }
        ],
        "options": ["activated", "disabled"]
    },
    "commitMessageLanguage": {
        "description": "Language the commit will be translated into",
        "choices":[
            {
                "name": "english (default)",
                "value": "en"
            },
            {
                "name": "portuguese",
                "value": "pt-BR"
            }
        ]
    },
    "commitPatterns": {
        "description": "Commit pattern that will be followed",
        "choices":[
            {
                "name": "international (default)",
                "value": "international"
            },
            {
                "name": "iuricode",
                "value": "iuricode"
            }
        ]
    }
}