added option to language

This commit is contained in:
Jonid Bendo 2017-04-21 15:29:44 +02:00 committed by GitHub
parent 3655f2e4f9
commit 6f2354d375
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,12 @@ module.exports = {
type: 'string'
default: ""
description: "Add rule(s). i.e. line_ending,-full_opening_tag,@PSR2 (PHP-CS-Fixer 2 only)"
allow_risky:
title: "Allow risky rules"
type: 'string'
default: "no"
enum: ["no", "yes"]
description: "allow risky rules to be applied!"
phpcbf_path:
title: "PHPCBF Path"
type: 'string'