Sublime-HTMLPrettify
Sublime-HTMLPrettify copied to clipboard
HTML, CSS, JavaScript, JSON, React/JSX and Vue code formatter for Sublime Text 2 and 3 via node.js
Hi, HTML-CSS-JS Prettify is not working on my MacBook Pro.  
When using ? as optional chaining operator: `return brand?.brandId;` formatting the code will result in: `return brand ? .brandId;` which results in a javascript runtime error: SyntaxError: Unexpected token '.'
I searched issues but maybe not found. This tool is great but it should be updated with new es6 syntax ... For example it does not recognize ".?" eg. myObject?.myProp?.myNestedprop...
?.语法 会被格式化为 ? .
added "unindent-chained-methods" option expanded description of "brace_style" to include using preserve-inline with expand and end-expand options these options are in cli.js and work when added to the users .jsbeautifyrc
only test
`console msg: Node.js was not found in the default path: [Errno 2] No such file or directory: 'nul' ` my nodejs path is correct
If you have ```