add settings to beautifier
This commit is contained in:
parent
644ca188a8
commit
b0dab1ea23
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue