add settings to beautifier

This commit is contained in:
Ra100 2016-01-28 12:52:56 +01:00
parent 644ca188a8
commit b0dab1ea23
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ module.exports = class PHPCBF extends Beautifier
if (standard) then \
standard else "PEAR"
]
phpcbf_path: (phpcbf_path) -> phpcbf_path or @which('phpcbf')
PHP: true
}