SublimeText / PhpBeautifier

Pear Php_beautifier plugin for Sublime Text 2
66 stars 17 forks source link

settings json file parsing error due to extra , #15

Open amitshahc opened 7 years ago

amitshahc commented 7 years ago
---------------------------
Sublime Text 2
---------------------------
Error trying to parse file: Trailing comma before closing bracket in C:\Users\Amit.Shah\AppData\Roaming\Sublime Text 2\Packages\PHP Codebeautifier\Main.sublime-menu:8:13
---------------------------
OK   
---------------------------

Resolved by removing , from the end on line 7 "command": "php_cbf"

The same errors are present in couple of other setting files.